Lines Matching full:modeset
62 * where all modeset locks need to be taken through drm_modeset_lock_all_ctx().
64 * If all that is needed is a single modeset lock, then the &struct
81 * drm_modeset_lock_all - take all modeset locks
84 * This function takes all modeset locks, suitable where a more fine-grained
136 * drm_modeset_unlock_all - drop all modeset locks
139 * This function drops all modeset locks taken by a previous call to the
168 * drm_warn_on_modeset_not_all_locked - check that all modeset locks are locked
321 * drm_modeset_lock - take modeset lock
350 * drm_modeset_lock_single_interruptible - take a single modeset lock
365 * drm_modeset_unlock - drop modeset lock
376 * drm_modeset_lock_all_ctx - take all modeset locks
380 * This function takes all modeset locks, suitable where a more fine-grained
384 * since that lock isn't required for modeset state changes. Callers which