aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch
new file mode 100644
index 00000000..bb9fa1c2
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0400-drm-amdgpu-Add-warning-message-for-INT-SW-fallback.patch
@@ -0,0 +1,30 @@
+From 3755ef0ef5fca4be3c9ae7169e05323141216972 Mon Sep 17 00:00:00 2001
+From: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
+Date: Fri, 21 Sep 2018 15:41:52 -0400
+Subject: [PATCH 0400/2940] drm/amdgpu: Add warning message for INT SW
+ fallback.
+
+Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
+Acked-by: Alex Deucher <alexander.deucher@amd.com>
+Signed-off-by: Kalyan Alle <kalyan.alle@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+index da36731460b5..3f04c63f8a13 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+@@ -273,7 +273,8 @@ static void amdgpu_fence_fallback(struct timer_list *t)
+ {
+ struct amdgpu_ring *ring = from_timer(ring, t,
+ fence_drv.fallback_timer);
+-
++
++ DRM_INFO("Fallback to SW interrupt on ring %s due to HW interrupt time out", ring->name);
+ amdgpu_fence_process(ring);
+ }
+
+--
+2.17.1
+