Skip to content

Commit cb3ab0e

Browse files
Guchun Chengregkh
authored andcommitted
drm/amdgpu: disable BACO on special BEIGE_GOBY card
commit 0c85c06 upstream. Still avoid intermittent failure. Signed-off-by: Guchun Chen <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Acked-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent dc066a7 commit cb3ab0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ static void sienna_cichlid_check_bxco_support(struct smu_context *smu)
366366
if (((adev->pdev->device == 0x73A1) &&
367367
(adev->pdev->revision == 0x00)) ||
368368
((adev->pdev->device == 0x73BF) &&
369-
(adev->pdev->revision == 0xCF)))
369+
(adev->pdev->revision == 0xCF)) ||
370+
((adev->pdev->device == 0x7422) &&
371+
(adev->pdev->revision == 0x00)))
370372
smu_baco->platform_support = false;
371373

372374
}

0 commit comments

Comments
 (0)