HomeSort by: relevance | last modified time | path
    Searched defs:drm_modeset_drop_locks (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 62 * drm_modeset_drop_locks(ctx);
152 * directly to the drm_modeset_drop_locks() function.
163 drm_modeset_drop_locks(ctx);
226 * drm_modeset_drop_locks - drop all locks
231 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx) function in typeref:typename:void
243 EXPORT_SYMBOL(drm_modeset_drop_locks);
308 drm_modeset_drop_locks(ctx);
332 * drm_modeset_drop_locks(). If -EDEADLK is returned, this means a
394 * drm_modeset_drop_locks() function on @ctx.
drm_modeset_lock.c 62 * drm_modeset_drop_locks(ctx);
152 * directly to the drm_modeset_drop_locks() function.
163 drm_modeset_drop_locks(ctx);
226 * drm_modeset_drop_locks - drop all locks
231 void drm_modeset_drop_locks(struct drm_modeset_acquire_ctx *ctx) function in typeref:typename:void
243 EXPORT_SYMBOL(drm_modeset_drop_locks);
308 drm_modeset_drop_locks(ctx);
332 * drm_modeset_drop_locks(). If -EDEADLK is returned, this means a
394 * drm_modeset_drop_locks() function on @ctx.

Completed in 21 milliseconds