Lines Matching full:modeset
63 * where all modeset locks need to be taken through drm_modeset_lock_all_ctx().
65 * If all that is needed is a single modeset lock, then the &struct
129 * drm_modeset_lock_all - take all modeset locks
132 * This function takes all modeset locks, suitable where a more fine-grained
184 * drm_modeset_unlock_all - drop all modeset locks
187 * This function drops all modeset locks taken by a previous call to the
216 * drm_warn_on_modeset_not_all_locked - check that all modeset locks are locked
375 * drm_modeset_lock - take modeset lock
404 * drm_modeset_lock_single_interruptible - take a single modeset lock
419 * drm_modeset_unlock - drop modeset lock
430 * drm_modeset_lock_all_ctx - take all modeset locks
434 * This function takes all modeset locks, suitable where a more fine-grained
438 * since that lock isn't required for modeset state changes. Callers which