aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch')
-rw-r--r--common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch b/common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch
new file mode 100644
index 00000000..9bb5df80
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0312-drm-amdkfd-add-supported-CZ-devices-PCI-IDs-to-amdkf.patch
@@ -0,0 +1,38 @@
+From 123576d1440df7bfa6e2188784e8cd9dc01eea6b Mon Sep 17 00:00:00 2001
+From: Ben Goz <ben.goz@amd.com>
+Date: Mon, 12 Jan 2015 14:37:24 +0200
+Subject: [PATCH 0312/1050] 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 | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+index 75312c8..3f95f7c 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
+@@ -80,7 +80,12 @@ static const struct kfd_deviceid supported_devices[] = {
+ { 0x1318, &kaveri_device_info }, /* Kaveri */
+ { 0x131B, &kaveri_device_info }, /* Kaveri */
+ { 0x131C, &kaveri_device_info }, /* Kaveri */
+- { 0x131D, &kaveri_device_info } /* Kaveri */
++ { 0x131D, &kaveri_device_info }, /* Kaveri */
++ { 0x9870, &carrizo_device_info }, /* Carrizo */
++ { 0x9874, &carrizo_device_info }, /* Carrizo */
++ { 0x9875, &carrizo_device_info }, /* Carrizo */
++ { 0x9876, &carrizo_device_info }, /* Carrizo */
++ { 0x9877, &carrizo_device_info } /* Carrizo */
+ };
+
+ static int kfd_gtt_sa_init(struct kfd_dev *kfd, unsigned int buf_size,
+--
+1.9.1
+