drm/amdgpu: disable BACO support on more cards
authorGuchun Chen <guchun.chen@amd.com>
Fri, 11 Nov 2022 08:54:18 +0000 (16:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Dec 2022 16:41:10 +0000 (17:41 +0100)
[ Upstream commit 192039f12233c9063d040266e7c98188c7c89dec ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c

index ca6fa133993c8f0f48f39b6b8cdc2d9d3c4dc9a2..82a8c184526d193723524cde969214ce4bf4e001 100644 (file)
@@ -368,6 +368,10 @@ static void sienna_cichlid_check_bxco_support(struct smu_context *smu)
                    ((adev->pdev->device == 0x73BF) &&
                    (adev->pdev->revision == 0xCF)) ||
                    ((adev->pdev->device == 0x7422) &&
+                   (adev->pdev->revision == 0x00)) ||
+                   ((adev->pdev->device == 0x73A3) &&
+                   (adev->pdev->revision == 0x00)) ||
+                   ((adev->pdev->device == 0x73E3) &&
                    (adev->pdev->revision == 0x00)))
                        smu_baco->platform_support = false;