drm_modeset_backoff — deadlock avoidance backoff
void drm_modeset_backoff ( | struct drm_modeset_acquire_ctx * ctx) ; |
If deadlock is detected (ie. drm_modeset_lock
returns -EDEADLK),
you must call this function to drop all currently held locks and
block until the contended lock becomes available.