aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch
deleted file mode 100644
index fe2caf01..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1488-drm-amdkfd-increase-IH-num-entries-to-8192.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From aba21d0a9b3e97b5eb42ef078a8b3b90928d68f9 Mon Sep 17 00:00:00 2001
-From: Andres Rodriguez <andres.rodriguez@amd.com>
-Date: Wed, 17 Aug 2016 17:43:44 -0400
-Subject: [PATCH 1488/4131] drm/amdkfd: increase IH num entries to 8192
-
-A larger buffer will let us accomodate applications with a large amount
-of semi-simultaneous event signals.
-
-Change-Id: I9e84a4a0df5268b9b4d474ff663361b6c9223e47
-Signed-off-by: Andres Rodriguez <andres.rodriguez@amd.com>
----
- drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
-index 6dac60d..847aeca 100644
---- a/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
-+++ b/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c
-@@ -45,7 +45,7 @@
- #include <linux/kfifo.h>
- #include "kfd_priv.h"
-
--#define KFD_IH_NUM_ENTRIES 1024
-+#define KFD_IH_NUM_ENTRIES 8192
-
- static void interrupt_wq(struct work_struct *);
-
---
-2.7.4
-