[PATCH 12/19] drm/radeon: use one wait queue for all rings add fence_wait_any v2

2012-05-09 Thread Christian König
From: Jerome Glisse Use one wait queue for all rings. When one ring progress, other likely does to and we are not expecting to have a lot of waiter anyway. Also add a fence_wait_any that will wait until the first fence in the fence array (one fence per ring) is signaled.

[PATCH 12/19] drm/radeon: use one wait queue for all rings add fence_wait_any v2

2012-05-09 Thread Christian König
From: Jerome Glisse jgli...@redhat.com Use one wait queue for all rings. When one ring progress, other likely does to and we are not expecting to have a lot of waiter anyway. Also add a fence_wait_any that will wait until the first fence in the fence array (one fence per ring) is signaled. This