Searched defs:drm_modeset_lock (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_modeset_lock.c26 #include <drm/drm_modeset_lock.h>
36 * by drm_modeset_lock / drm_modeset_acquire_ctx.
45 * ret = drm_modeset_lock(lock, &ctx)
93 ret = drm_modeset_lock(&config->connection_mutex, ctx);
179 ret = drm_modeset_lock(&crtc->mutex, ctx);
299 struct drm_modeset_lock *lock;
302 struct drm_modeset_lock, head);
309 static inline int modeset_lock(struct drm_modeset_lock *lock,
337 * we will need to be able to drm_modeset_lock() things
352 struct drm_modeset_lock *contende
401 int drm_modeset_lock(struct drm_modeset_lock *lock, function
410 EXPORT_SYMBOL(drm_modeset_lock); variable
[all...]

Completed in 43 milliseconds