aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch')
-rw-r--r--meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch b/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch
deleted file mode 100644
index a95b8bf2..00000000
--- a/meta-v1000/recipes-kernel/linux/linux-yocto-4.14.71/1550-drm-amdkfd-Change-pr_warn-to-pr_debug-when-init-Peer.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From c2cc998d55caf00801d7ae04a3b229f89dcf8f11 Mon Sep 17 00:00:00 2001
-From: Serguei Sagalovitch <Serguei.Sagalovitch@amd.com>
-Date: Fri, 4 Nov 2016 11:30:01 -0400
-Subject: [PATCH 1550/4131] drm/amdkfd: Change pr_warn to pr_debug when init
- PeerDirect
-
-Switch to use pr_debug instead of pr_warn to avoid message log
-pollution when PeerDirect support is not available
-
-Change-Id: I8366fab330632f144313a52ef2b99ab9cdf39bef
-Signed-off-by: Serguei Sagalovitch <Serguei.Sagalovitch@amd.com>
----
- drivers/gpu/drm/amd/amdkfd/kfd_peerdirect.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_peerdirect.c b/drivers/gpu/drm/amd/amdkfd/kfd_peerdirect.c
-index 0edc652..3fb8896 100644
---- a/drivers/gpu/drm/amd/amdkfd/kfd_peerdirect.c
-+++ b/drivers/gpu/drm/amd/amdkfd/kfd_peerdirect.c
-@@ -457,7 +457,7 @@ void kfd_init_peer_direct(void)
-
- if (!pfn_ib_register_peer_memory_client ||
- !pfn_ib_unregister_peer_memory_client) {
-- pr_warn("amdkfd: PeerDirect interface was not detected\n");
-+ pr_debug("amdkfd: PeerDirect interface was not detected\n");
- /* Do cleanup */
- kfd_close_peer_direct();
- return;
---
-2.7.4
-