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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_lock.h 143 int drm_modeset_lock_all_ctx(struct drm_device *dev,
173 ret = drm_modeset_lock_all_ctx(dev, &ctx); \
  /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);
drm_client_modeset.c 593 while (drm_modeset_lock_all_ctx(dev, &ctx) != 0)
drm_framebuffer.c 866 ret = drm_modeset_lock_all_ctx(dev, &ctx);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 7251 ret = drm_modeset_lock_all_ctx(dev, state->acquire_ctx);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 4844 ret = drm_modeset_lock_all_ctx(dev, ctx);
18497 ret = drm_modeset_lock_all_ctx(dev, &ctx);

Completed in 32 milliseconds