drm/amdkfd: add supported CZ devices PCI IDs to amdkfd
authorBen Goz <ben.goz@amd.com>
Mon, 12 Jan 2015 12:37:24 +0000 (14:37 +0200)
committerOded Gabbay <oded.gabbay@gmail.com>
Mon, 20 Jul 2015 06:16:48 +0000 (09:16 +0300)
commit123576d1440df7bfa6e2188784e8cd9dc01eea6b
tree8477295f0848886903b647a6bf783a3c3c2b1604
parentbd72a72c3a0d3e188b08cdbbc54eb083d860e365
drm/amdkfd: add supported CZ devices PCI IDs to amdkfd

This patch adds the PCI IDs of supported CZ devices to the
supported_devices structure in amdkfd. That structure is used during the
amdkfd probing stage, to check if the currently probed device is eligible
to be handled by amdkfd.

Signed-off-by: Ben Goz <ben.goz@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c