Skip to content

Commit bd8acfc

Browse files
Jie1zhangalexdeucher
authored andcommitted
drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regression
Disable VCN reset capability for the program 4 as it's causing regressions. Fixes: 9d20f37 ("drm/amd/pm: Add VCN reset support for SMU v13.0.6") Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Jesse Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 8d557ea commit bd8acfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ static void smu_v13_0_6_init_caps(struct smu_context *smu)
450450
((pgm == 4) && (fw_ver >= 0x4557000)))
451451
smu_v13_0_6_cap_set(smu, SMU_CAP(SDMA_RESET));
452452

453-
if (((pgm == 0) && (fw_ver >= 0x00558200)) ||
454-
((pgm == 4) && (fw_ver >= 0x04557100)))
453+
if ((pgm == 0) && (fw_ver >= 0x00558200))
455454
smu_v13_0_6_cap_set(smu, SMU_CAP(VCN_RESET));
456455
}
457456

0 commit comments

Comments
 (0)