aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch
new file mode 100644
index 00000000..c5231309
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/1301-drm-amdkfd-Minor-modification-to-error-message.patch
@@ -0,0 +1,27 @@
+From 911ecb8aa6f3244544187371042bc8c8fdc5b6e6 Mon Sep 17 00:00:00 2001
+From: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
+Date: Thu, 22 Jun 2017 16:38:23 -0400
+Subject: [PATCH 1301/4131] drm/amdkfd: Minor modification to error message
+
+Change-Id: I51dacba8462a4304a5dbdccad690356e61cac5d6
+Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
+---
+ drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+index af88ed7..b725a9b 100644
+--- a/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
++++ b/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+@@ -1223,7 +1223,7 @@ static int unmap_queues_cpsch(struct device_queue_manager *dqm,
+ retval = amdkfd_fence_wait_timeout(dqm->fence_addr, KFD_FENCE_COMPLETED,
+ QUEUE_PREEMPT_DEFAULT_TIMEOUT_MS);
+ if (retval != 0) {
+- pr_err("Unmapping queues failed.");
++ pr_err("%s queues failed.", reset ? "Resetting" : "Unmapping");
+ return retval;
+ }
+
+--
+2.7.4
+