summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2022-04-22 06:40:51 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-05-06 17:36:12 +0300
commit334682ae81513638aa49da9615c2c0054a711ed4 (patch)
tree0c52286f75f4c3a25139c449be050ad9ee6c63d4 /drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
parentdb8725718ae565f002bc7a9f721629c98e90b8a2 (diff)
downloadlinux-334682ae81513638aa49da9615c2c0054a711ed4.tar.xz
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 <kenneth.feng@amd.com> Reviewed-by: Yang Wang <kevinyang.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
index 1274c794a776..5de7da75d14a 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
@@ -497,7 +497,7 @@ int smu_cmn_to_asic_specific_index(struct smu_context *smu,
return mapping.map_to;
case CMN2ASIC_MAPPING_WORKLOAD:
- if (index > PP_SMC_POWER_PROFILE_CUSTOM ||
+ if (index > PP_SMC_POWER_PROFILE_WINDOW3D ||
!smu->workload_map)
return -EINVAL;