summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
diff options
context:
space:
mode:
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>2018-09-21 15:41:52 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-09-26 21:09:13 -0500
commit7bb086cd0bb728613f20c906c26eddda14821377 (patch)
tree9a56b12275182167a0569e0261e0dd7f8ee2abb0 /drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
parent8c5e13ec6a2c26d31d0551dc382661dc10823be0 (diff)
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: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index da36731460b5..1ae25835cad1 100644
--- 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);
}