]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0c2e1a8c551d2885281a428861b2a79e94eb412
tree8477295f0848886903b647a6bf783a3c3c2b1604
parentc5c0644097e92f7f63b2dfc861f12159648c07cb
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