Searched refs:DRM_WAIT_UNTIL (Results 1 – 2 of 2) sorted by relevance
136 DRM_WAIT_UNTIL(err, &wf->wq, &wf->mutex, !intel_wakeref_is_active(wf)); in intel_wakeref_wait_for_idle()
224 #define DRM_WAIT_UNTIL(RET, Q, I, C) \ macro