aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch
deleted file mode 100644
index f9e15156..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1724-drm-amdkfd-Minor-modification-to-error-message.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e159d32fe0cc393a41315beff0c891cbdac5c48d 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 1724/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
-