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

  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 67 * where all modeset locks need to be taken through drm_modeset_lock_all_ctx().
98 * drm_modeset_lock_all_ctx() function and pass in the context explicitly.
115 ret = drm_modeset_lock_all_ctx(dev, ctx);
381 * drm_modeset_lock_all_ctx - take all modeset locks
400 int drm_modeset_lock_all_ctx(struct drm_device *dev, function in typeref:typename:int
432 EXPORT_SYMBOL(drm_modeset_lock_all_ctx);

Completed in 13 milliseconds