Home
last modified time | relevance | path

Searched refs:enablement (Results 1 – 25 of 39) sorted by relevance

12

/linux/Documentation/arch/riscv/
H A Dvector.rst13 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 Dsmu_internal.h91 #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 Dsmu_v14_0.c1570 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 Dsmu_v14_0.h207 bool enablement);
223 bool enablement);
226 bool enablement);
H A Dsmu_v13_0.h252 bool enablement);
268 bool enablement);
271 bool enablement);
H A Dsmu_v11_0.h298 bool enablement);
301 bool enablement);
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c2130 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 Dnopm.config10 # Triggers enablement via hibernate callbacks
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c2123 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 Dpanfrost.rst49 Where `N` is either `0` or `1`, depending on the desired enablement status.
/linux/Documentation/gpu/amdgpu/
H A Dras.rst53 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 DTREE_RCU-kconfig.txt11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
/linux/drivers/gpu/drm/xe/
H A DKconfig.profile51 Configures the enablement of limitation on scheduler timeout
/linux/Documentation/devicetree/bindings/net/
H A Damd-xgbe.txt43 - amd,serdes-blwc: Baseline wandering correction enablement
/linux/tools/testing/selftests/user_events/
H A Dabi_test.c234 TEST_F(user, enablement) { in TEST_F() argument
/linux/Documentation/PCI/
H A Dpci-iov-howto.rst37 Multiple methods are available for SR-IOV enablement.
/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-janice.dts430 * 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 Dtodo.rst116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst90 FSGSBASE instructions enablement
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt13 enablement, privilege, and compatibility metadata.
/linux/Documentation/filesystems/nfs/
H A Dlocalio.rst208 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 Dshstk.rst60 on a per-thread basis. The enablement status is inherited on clone, so if the
/linux/drivers/char/tpm/
H A DKconfig18 userspace enablement piece of the specification, can be
/linux/Documentation/driver-api/
H A Ddpll.rst559 SyncE enablement
561 For SyncE enablement it is required to allow control over dpll device
/linux/Documentation/networking/devlink/
H A Dmlx5.rst22 If the device supports RoCE disablement, RoCE enablement state controls

12