Skip to content

Commit 192039f

Browse files
Guchun Chenalexdeucher
authored andcommitted
drm/amdgpu: disable BACO support on more cards
Otherwise, some unexpected PCIE AER errors will be observed in runtime suspend/resume cycle. Signed-off-by: Guchun Chen <guchun.chen@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 0e444a4 commit 192039f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,10 @@ static void sienna_cichlid_check_bxco_support(struct smu_context *smu)
379379
((adev->pdev->device == 0x73BF) &&
380380
(adev->pdev->revision == 0xCF)) ||
381381
((adev->pdev->device == 0x7422) &&
382+
(adev->pdev->revision == 0x00)) ||
383+
((adev->pdev->device == 0x73A3) &&
384+
(adev->pdev->revision == 0x00)) ||
385+
((adev->pdev->device == 0x73E3) &&
382386
(adev->pdev->revision == 0x00)))
383387
smu_baco->platform_support = false;
384388

0 commit comments

Comments
 (0)