projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5e13e
)
drm/amdgpu: Add warning message for INT SW fallback.
author
Andrey Grodzovsky
<
[email protected]
>
Fri, 21 Sep 2018 19:41:52 +0000
(15:41 -0400)
committer
Alex Deucher
<
[email protected]
>
Thu, 27 Sep 2018 02:09:13 +0000
(21:09 -0500)
Signed-off-by: Andrey Grodzovsky <
[email protected]
>
Acked-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index da36731460b56c93e16f12461b80f6fb7b589e88..1ae25835cad15be7e4660776c50dcdf2bba53810 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@
-274,6
+274,7
@@
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);
}