drm/amdgpu: add missing radeon secondary PCI ID
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Jun 2023 15:14:04 +0000 (11:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Jun 2023 21:02:51 +0000 (17:02 -0400)
0x5b70 is a missing RV370 secondary id.  Add it so
we don't try and probe it with amdgpu.

Cc: michel@daenzer.net
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Tested-by: Michel Dänzer <mdaenzer@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index b1ca1ab..393b6fb 100644 (file)
@@ -1615,6 +1615,7 @@ static const u16 amdgpu_unsupported_pciidlist[] = {
        0x5874,
        0x5940,
        0x5941,
+       0x5b70,
        0x5b72,
        0x5b73,
        0x5b74,