[PATCH 1/5] drm/radeon: rework and fix reset detection v2

2013-11-05 Thread Rafał Miłecki
2013/11/5 Christian K?nig : > Am 03.11.2013 13:15, schrieb Rafa? Mi?ecki: > >> 2013/10/29 Christian K?nig : >>> >>> From: Christian K?nig >>> >>> Stop fiddling with jiffies, always wait for RADEON_FENCE_JIFFIES_TIMEOUT. >>> Consolidate the two wait sequence implementations into just one function.

[PATCH 1/5] drm/radeon: rework and fix reset detection v2

2013-11-05 Thread Christian König
Am 03.11.2013 13:15, schrieb Rafa? Mi?ecki: > 2013/10/29 Christian K?nig : >> From: Christian K?nig >> >> Stop fiddling with jiffies, always wait for RADEON_FENCE_JIFFIES_TIMEOUT. >> Consolidate the two wait sequence implementations into just one function. >> Activate all waiters and remember if t

[PATCH 1/5] drm/radeon: rework and fix reset detection v2

2013-11-03 Thread Rafał Miłecki
2013/10/29 Christian K?nig : > From: Christian K?nig > > Stop fiddling with jiffies, always wait for RADEON_FENCE_JIFFIES_TIMEOUT. > Consolidate the two wait sequence implementations into just one function. > Activate all waiters and remember if the reset was already done instead of > trying to re

[PATCH 1/5] drm/radeon: rework and fix reset detection v2

2013-10-29 Thread Christian König
From: Christian K?nig Stop fiddling with jiffies, always wait for RADEON_FENCE_JIFFIES_TIMEOUT. Consolidate the two wait sequence implementations into just one function. Activate all waiters and remember if the reset was already done instead of trying to reset from only one thread. v2: clear res