aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch
new file mode 100644
index 00000000..2f3a5b55
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/2094-drm-amdgpu-bump-the-DRM-version-for-GDS-ENOMEM-fixes.patch
@@ -0,0 +1,35 @@
+From 7f538a2c2cf6df92b7af7fa13c53935ce3c729bb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= <marek.olsak@amd.com>
+Date: Tue, 4 Jun 2019 22:48:29 -0400
+Subject: [PATCH 2094/2940] drm/amdgpu: bump the DRM version for GDS ENOMEM
+ fixes
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Marek Olšák <marek.olsak@amd.com>
+Reviewed-by: Christian König <christian.koenig@amd.com>
+Signed-off-by: Chaudhary Amit Kumar <Chaudharyamit.Kumar@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 4cb4f7d0904d..a4b759f15ea7 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -76,9 +76,10 @@
+ * - 3.30.0 - Add AMDGPU_SCHED_OP_CONTEXT_PRIORITY_OVERRIDE.
+ * - 3.31.0 - Add support for per-flip tiling attribute changes with DC
+ * - 3.32.0 - Add syncobj timeline support to AMDGPU_CS.
++ * - 3.33.0 - Fixes for GDS ENOMEM failures in AMDGPU_CS.
+ */
+ #define KMS_DRIVER_MAJOR 3
+-#define KMS_DRIVER_MINOR 32
++#define KMS_DRIVER_MINOR 33
+ #define KMS_DRIVER_PATCHLEVEL 0
+
+ #define AMDGPU_VERSION "18.50.1.418"
+--
+2.17.1
+