[PATCH] drm/amdgpu: add the accelerator pcie class
Christoph Hellwig
hch at infradead.org
Tue May 23 06:37:06 UTC 2023
On Tue, May 23, 2023 at 12:02:32PM +0800, Shiwu Zhang wrote:
> + { PCI_DEVICE(0x1002, PCI_ANY_ID),
> + .class = PCI_CLASS_ACCELERATOR_PROCESSING << 8,
> + .class_mask = 0xffffff,
> + .driver_data = CHIP_IP_DISCOVERY },
Probing for every single device of a given class for a single vendor
to a driver is just fundamentaly wrong. Please list the actual IDs
that the driver can handle.
More information about the amd-gfx
mailing list