提交 7bb086cd 编写于 作者: A Andrey Grodzovsky 提交者: Alex Deucher

drm/amdgpu: Add warning message for INT SW fallback.

Signed-off-by: NAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Acked-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 8c5e13ec
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册