Lines Matching refs:ctx
2171 struct drm_modeset_acquire_ctx ctx;
2177 drm_modeset_acquire_init(&ctx, 0);
2180 ret = drm_modeset_lock(&crtc->mutex, &ctx);
2183 drm_modeset_backoff(&ctx);
2229 drm_modeset_drop_locks(&ctx);
2230 drm_modeset_acquire_fini(&ctx);
2241 struct drm_modeset_acquire_ctx *ctx)
2714 * @ctx: Pointer to the validation context
2721 struct vmw_validation_context *ctx,
2730 if (file_priv || user_fence_rep || vmw_validation_has_bos(ctx) ||
2734 vmw_validation_done(ctx, fence);