[PATCH 20/27] drm/radeon: rework recursive gpu reset handling

2012-05-01 Thread j.gli...@gmail.com
From: Christian K?nig Instead of all this humpy pumpy with recursive mutex (which also fixes only halve of the problem) move the actual gpu reset out of the fence code, return -EDEADLK and then reset the gpu in the calling ioctl function. v2: Split removal of radeon_mutex into separate patch.

[PATCH 20/27] drm/radeon: rework recursive gpu reset handling

2012-05-01 Thread j . glisse
From: Christian König Instead of all this humpy pumpy with recursive mutex (which also fixes only halve of the problem) move the actual gpu reset out of the fence code, return -EDEADLK and then reset the gpu in the calling ioctl function. v2: Split removal of radeon_mutex into separate patch.