aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/kgd_pp_interface.h
diff options
context:
space:
mode:
authorKenneth Feng <[email protected]>2022-04-22 03:40:51 +0000
committerAlex Deucher <[email protected]>2022-05-06 14:36:12 +0000
commit334682ae81513638aa49da9615c2c0054a711ed4 (patch)
tree0c52286f75f4c3a25139c449be050ad9ee6c63d4 /drivers/gpu/drm/amd/include/kgd_pp_interface.h
parentdrm/amd/pm: pp_dpm_sclk change for smu_v13_0_7 (diff)
downloadkernel-334682ae81513638aa49da9615c2c0054a711ed4.tar.gz
kernel-334682ae81513638aa49da9615c2c0054a711ed4.zip
drm/amd/pm: enable workload type change on smu_v13_0_7
enable workload type change on smu_v13_0_7 v2: squash in out of bounds fix (Alex) Signed-off-by: Kenneth Feng <[email protected]> Reviewed-by: Yang Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/kgd_pp_interface.h')
-rw-r--r--drivers/gpu/drm/amd/include/kgd_pp_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
index a4c267f15959..7e3231c2191c 100644
--- a/drivers/gpu/drm/amd/include/kgd_pp_interface.h
+++ b/drivers/gpu/drm/amd/include/kgd_pp_interface.h
@@ -157,6 +157,7 @@ enum PP_SMC_POWER_PROFILE {
PP_SMC_POWER_PROFILE_VR = 0x4,
PP_SMC_POWER_PROFILE_COMPUTE = 0x5,
PP_SMC_POWER_PROFILE_CUSTOM = 0x6,
+ PP_SMC_POWER_PROFILE_WINDOW3D = 0x7,
PP_SMC_POWER_PROFILE_COUNT,
};