Skip to content

Commit c1ac2ea

Browse files
committed
drm/amdgpu: add missing radeon secondary PCI ID
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>
1 parent bbcc351 commit c1ac2ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,7 @@ static const u16 amdgpu_unsupported_pciidlist[] = {
16401640
0x5874,
16411641
0x5940,
16421642
0x5941,
1643+
0x5b70,
16431644
0x5b72,
16441645
0x5b73,
16451646
0x5b74,

0 commit comments

Comments
 (0)