Commit 7bb086cd authored by Andrey Grodzovsky's avatar Andrey Grodzovsky Committed by Alex Deucher
Browse files

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

parent 8c5e13ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}