4ad5b8f5bb
When importing libdrm_radeon code [1][2] it was somehow missed that what libdrm has in one r600_pci_ids.h, Mesa has split into r600_pci_ids.h and radeonsi_pci_ids.h. So, devices with ids from radeonsi_pci_ids.h were not considered valid for radeon_surface_manager_new. This commit changes that, thus fixing radeonsi for these devices. [1] commit1299f5c50a[2] commit3aa7497cc0Fixes:1299f5c50aSigned-off-by: Ivan A. Melnikov <iv@altlinux.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33940>