Skip to content

Commit 0c85c06

Browse files
Guchun Chenalexdeucher
authored andcommitted
drm/amdgpu: disable BACO on special BEIGE_GOBY card
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]
1 parent e034a0d commit 0c85c06

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
@@ -377,7 +377,9 @@ static void sienna_cichlid_check_bxco_support(struct smu_context *smu)
377377
if (((adev->pdev->device == 0x73A1) &&
378378
(adev->pdev->revision == 0x00)) ||
379379
((adev->pdev->device == 0x73BF) &&
380-
(adev->pdev->revision == 0xCF)))
380+
(adev->pdev->revision == 0xCF)) ||
381+
((adev->pdev->device == 0x7422) &&
382+
(adev->pdev->revision == 0x00)))
381383
smu_baco->platform_support = false;
382384

383385
}

0 commit comments

Comments
 (0)