Lines Matching full:locks
65 * where all modeset locks need to be taken through drm_modeset_lock_all_ctx().
73 * On top of these per-object locks using &ww_mutex there's also an overall
77 * Finally there's a bunch of dedicated locks to protect drm core internal
131 * drm_modeset_lock_all - take all modeset locks
134 * This function takes all modeset locks, suitable where a more fine-grained
135 * scheme isn't (yet) implemented. Locks must be dropped by calling the
176 * We hold the locks now, so it is safe to stash the acquisition in drm_modeset_lock_all()
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
271 * drm_modeset_drop_locks - drop all locks
274 * Drop all locks currently held against this acquire context.
341 * you must call this function to drop all currently held locks and
385 * to take any more locks without first calling drm_modeset_backoff().
432 * drm_modeset_lock_all_ctx - take all modeset locks
436 * This function takes all modeset locks, suitable where a more fine-grained
444 * Locks acquired with this function should be released by calling the