/openbmc/linux/Documentation/riscv/ |
H A D | vector.rst | 13 Two new prctl() calls are added to allow programs to manage the enablement 26 Sets the Vector enablement status of the calling thread, where the control 27 argument consists of two 2-bit enablement statuses and a bit for inheritance 34 enablement status on execve(). The system-wide default setting can be 49 enablement status of current thread, and the setting at bit[3:2] takes place 54 Vector enablement status for the calling thread. The calling thread is 57 but the current enablement status is not off. Setting 59 the original enablement status. 62 Vector enablement setting for the calling thread at the next execve() 64 then the enablement status will be decided by the system-wide [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_internal.h | 91 #define smu_gfx_ulv_control(smu, enablement) smu_ppt_funcs(gfx_ulv_control, 0, smu, enablement) argument 92 #define smu_deep_sleep_control(smu, enablement) smu_ppt_funcs(deep_sleep_control, 0, smu, enable… argument 95 #define smu_gpo_control(smu, enablement) smu_ppt_funcs(gpo_control, 0, smu, enablement) argument
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 2104 bool enablement) in smu_v13_0_gpo_control() argument 2110 enablement ? 1 : 0, in smu_v13_0_gpo_control() 2113 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v13_0_gpo_control() 2119 bool enablement) in smu_v13_0_deep_sleep_control() argument 2125 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2127 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2133 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2135 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2141 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2143 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | smu_v13_0.h | 259 bool enablement); 275 bool enablement); 278 bool enablement);
|
H A D | smu_v11_0.h | 298 bool enablement); 301 bool enablement);
|
H A D | amdgpu_smu.h | 1256 int (*gfx_ulv_control)(struct smu_context *smu, bool enablement); 1261 int (*deep_sleep_control)(struct smu_context *smu, bool enablement); 1283 int (*gpo_control)(struct smu_context *smu, bool enablement);
|
/openbmc/linux/kernel/configs/ |
H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 2117 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2122 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2128 bool enablement) in smu_v11_0_deep_sleep_control() argument 2134 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2136 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2142 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2144 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2150 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2152 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2158 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_SOCCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() [all …]
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-info.sh | 135 echo "set-bf cpuN val - Set SST-BF enablement for cpuN to val (boolean)"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
H A D | 0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch | 17 Extend compile time condition for the enablement of the macsec hardware
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | ras.rst | 53 This test checks the RAS availability and enablement status for each supported IP block as well as
|
/openbmc/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | TREE_RCU-kconfig.txt | 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | abi_test.c | 110 TEST_F(user, enablement) { in TEST_F() argument
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | cross_899198.patch | 84 dnl We really need to make ipmi enablement be contigent on OpenIPMI
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
/openbmc/qemu/docs/specs/ |
H A D | spdm.rst | 6 providing infrastructure security enablement. It's a standard published
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci-iov-howto.rst | 37 Multiple methods are available for SR-IOV enablement.
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-ux500-samsung-janice.dts | 430 * GPIO-controlled voltage enablement: this drives 503 * The Low Noise Amplifier (LNA) power and enablement is controlled 991 /* Unused power enablement line, used in R0.0 and R0.1 boards */
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_spl_secure_boot.txt | 24 enablement. Once the DDR is available, the SPL code loads the U-Boot proper
|
/openbmc/docs/designs/ |
H A D | redfish-spdm-attestation.md | 53 1. Basic information, like attestation protocol, enablement status, update 68 enablement status, etc. There are also associations proposed for this interface,
|
/openbmc/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 118 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | fsgs.rst | 90 FSGSBASE instructions enablement
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 13 enablement, privilege, and compatibility metadata.
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | README.md | 200 Currently openbmctool doesn't have support for specific user enablement.
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | releases.md | 8 …ter some discussion, the best solution for us is to allow new hardware enablement (and relevant so…
|