drm_modeset_lock_all_ctx
ret = drm_modeset_lock_all_ctx(dev, state->acquire_ctx);
while (drm_modeset_lock_all_ctx(dev, &ctx) != 0)
ret = drm_modeset_lock_all_ctx(dev, &ctx);
ret = drm_modeset_lock_all_ctx(dev, ctx);
EXPORT_SYMBOL(drm_modeset_lock_all_ctx);
err = drm_modeset_lock_all_ctx(display->drm, &ctx);
ret = drm_modeset_lock_all_ctx(display->drm, &ctx);
ret = drm_modeset_lock_all_ctx(display->drm, ctx);
while (drm_modeset_lock_all_ctx(ddev, &ctx) != 0)
int drm_modeset_lock_all_ctx(struct drm_device *dev,
ret = drm_modeset_lock_all_ctx(dev, &ctx); \