Skip to content

Commit af2e61d

Browse files
Asad Kamalalexdeucher
authored andcommitted
drm/amd/pm: Enable ppt1 caps for smu_v13_0_12
Enable ppt1 caps to fetch and configure ppt1 for smu_v13_0_12 Signed-off-by: Asad Kamal <asad.kamal@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 12c958d commit af2e61d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ static void smu_v13_0_12_init_caps(struct smu_context *smu)
356356
if (fw_ver > 0x04560900)
357357
smu_v13_0_6_cap_set(smu, SMU_CAP(VCN_RESET));
358358

359+
if (fw_ver >= 0x04560D00)
360+
smu_v13_0_6_cap_set(smu, SMU_CAP(FAST_PPT));
361+
359362
if (fw_ver >= 0x04560700) {
360363
if (fw_ver >= 0x04560900) {
361364
smu_v13_0_6_cap_set(smu, SMU_CAP(TEMP_METRICS));

0 commit comments

Comments
 (0)