/linux/Documentation/arch/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 …]
|
/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
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0.c | 1570 bool enablement) in smu_v14_0_gpo_control() argument 1576 enablement ? 1 : 0, in smu_v14_0_gpo_control() 1579 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v14_0_gpo_control() 1585 bool enablement) in smu_v14_0_deep_sleep_control() argument 1591 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1593 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1599 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1601 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1607 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1609 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | smu_v14_0.h | 207 bool enablement); 223 bool enablement); 226 bool enablement);
|
H A D | smu_v13_0.h | 252 bool enablement); 268 bool enablement); 271 bool enablement);
|
H A D | smu_v11_0.h | 298 bool enablement); 301 bool enablement);
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 2130 bool enablement) in smu_v13_0_gpo_control() argument 2136 enablement ? 1 : 0, in smu_v13_0_gpo_control() 2139 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v13_0_gpo_control() 2145 bool enablement) in smu_v13_0_deep_sleep_control() argument 2151 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2153 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2159 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2161 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2167 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2169 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() [all …]
|
/linux/kernel/configs/ |
H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 2123 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2128 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2134 bool enablement) in smu_v11_0_deep_sleep_control() argument 2140 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2142 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2148 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2150 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2156 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2158 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2164 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_SOCCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() [all …]
|
/linux/Documentation/gpu/ |
H A D | panfrost.rst | 49 Where `N` is either `0` or `1`, depending on the desired enablement status.
|
/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
|
/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.
|
/linux/drivers/gpu/drm/xe/ |
H A D | Kconfig.profile | 51 Configures the enablement of limitation on scheduler timeout
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
/linux/tools/testing/selftests/user_events/ |
H A D | abi_test.c | 234 TEST_F(user, enablement) { in TEST_F() argument
|
/linux/Documentation/PCI/ |
H A D | pci-iov-howto.rst | 37 Multiple methods are available for SR-IOV enablement.
|
/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 */
|
/linux/Documentation/admin-guide/cifs/ |
H A D | todo.rst | 116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | fsgs.rst | 90 FSGSBASE instructions enablement
|
/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 13 enablement, privilege, and compatibility metadata.
|
/linux/Documentation/filesystems/nfs/ |
H A D | localio.rst | 208 nfs_common's nfs_uuids list is the basis for LOCALIO enablement, as such 335 - All permutations of client and server support enablement for both
|
/linux/Documentation/arch/x86/ |
H A D | shstk.rst | 60 on a per-thread basis. The enablement status is inherited on clone, so if the
|
/linux/drivers/char/tpm/ |
H A D | Kconfig | 18 userspace enablement piece of the specification, can be
|
/linux/Documentation/driver-api/ |
H A D | dpll.rst | 559 SyncE enablement 561 For SyncE enablement it is required to allow control over dpll device
|
/linux/Documentation/networking/devlink/ |
H A D | mlx5.rst | 22 If the device supports RoCE disablement, RoCE enablement state controls
|