[PATCH 1/1] drm/radeon: Fix cleanup error path.

2015-04-24 Thread Jan Vesely
Hi Maarten, sorry for the delay, could not fit tests that freeze the machine into my schedule. I found two patches at that bug. The first one (Use fence_add/remove_callback) is already applied in 4.0. I tried the second one (reshuffle evergreen_dma_fence_ring_emit), but it did not help. However, o

[PATCH 1/1] drm/radeon: Fix cleanup error path.

2015-03-05 Thread Maarten Lankhorst
Hey, On 05-03-15 02:13, Jan Vesely wrote: > please ignore this patch, see bugzilla for details. Just in case, can you try the patches from https://bugzilla.kernel.org/show_bug.cgi?id=90741 ? ~Maarten

[PATCH 1/1] drm/radeon: Fix cleanup error path.

2015-03-04 Thread Jan Vesely
please ignore this patch, see bugzilla for details. sorry for the noise. On Wed, 2015-03-04 at 16:10 -0500, Jan Vesely wrote: > cleanup: target is called before fence_get > Fixes hangs on GPU reset on Turks GPU. > > regression introduced by: > commit dd7cfd641228abb2669d8d047d5ec377b1835900 > Au

[PATCH 1/1] drm/radeon: Fix cleanup error path.

2015-03-04 Thread Jan Vesely
cleanup: target is called before fence_get Fixes hangs on GPU reset on Turks GPU. regression introduced by: commit dd7cfd641228abb2669d8d047d5ec377b1835900 Author: Maarten Lankhorst Date: Tue Jan 21 13:07:31 2014 +0100 drm/ttm: kill fence_lock No users are left, kill it off! :D Co