drm/amdgpu: filter out radeon PCI device IDs
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Aug 2021 21:17:10 +0000 (17:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:22:58 +0000 (15:22 -0400)
commitbdbeb0dde4258586bb2f481b12da1e83aa4766f3
treebb56aae86ca12a89f02de84fe0764886f6c424c6
parent4b0ad8425498ba2374f1682afa4c3409582504d6
drm/amdgpu: filter out radeon PCI device IDs

Once we claim all 0x1002 PCI display class devices, we will
need to filter out devices owned by radeon.

v2: rename radeon id array to make it more clear that
the devices are not supported by amdgpu.
    add r128, mach64 pci ids as well

Acked-by: Christian König <christian.koenig@amd.com> (v1)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c