Lines Matching full:modeset
65 * where all modeset locks need to be taken through drm_modeset_lock_all_ctx().
67 * If all that is needed is a single modeset lock, then the &struct
131 * drm_modeset_lock_all - take all modeset locks
134 * This function takes all modeset locks, suitable where a more fine-grained
186 * drm_modeset_unlock_all - drop all modeset locks
189 * This function drops all modeset locks taken by a previous call to the
218 * drm_warn_on_modeset_not_all_locked - check that all modeset locks are locked
377 * drm_modeset_lock - take modeset lock
406 * drm_modeset_lock_single_interruptible - take a single modeset lock
421 * drm_modeset_unlock - drop modeset lock
432 * drm_modeset_lock_all_ctx - take all modeset locks
436 * This function takes all modeset locks, suitable where a more fine-grained
440 * since that lock isn't required for modeset state changes. Callers which