aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch
new file mode 100644
index 00000000..512ff632
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3079-drm-amdgpu-bump-version-for-gfx9-high-priority-compu.patch
@@ -0,0 +1,32 @@
+From d60e51040ad76a192b52d9bc5e47c6d4c3e4057b Mon Sep 17 00:00:00 2001
+From: Andres Rodriguez <andresx7@gmail.com>
+Date: Thu, 4 Jan 2018 12:48:07 -0500
+Subject: [PATCH 3079/4131] drm/amdgpu: bump version for gfx9 high priority
+ compute
+
+Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+index 0f424b6..7b4a20c 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -73,9 +73,10 @@
+ * - 3.21.0 - Add DRM_AMDGPU_FENCE_TO_HANDLE ioctl
+ * - 3.22.0 - Add DRM_AMDGPU_SCHED ioctl
+ * - 3.23.0 - Add query for VRAM lost counter
++ * - 3.24.0 - Add high priority compute support for gfx9
+ */
+ #define KMS_DRIVER_MAJOR 3
+-#define KMS_DRIVER_MINOR 23
++#define KMS_DRIVER_MINOR 24
+ #define KMS_DRIVER_PATCHLEVEL 0
+
+ int amdgpu_vram_limit = 0;
+--
+2.7.4
+