Lines Matching refs:ctx
76 const struct ttm_operation_ctx *ctx)
100 if (ctx->no_wait_gpu && !dma_fence_is_signaled(fence)) {
105 ret = dma_fence_wait(fence, ctx->interruptible);
123 * @ctx: Pointer to a struct ttm_operation_ctx indicating how the waits
132 int i915_deps_sync(const struct i915_deps *deps, const struct ttm_operation_ctx *ctx)
139 if (ctx->no_wait_gpu && !dma_fence_is_signaled(*fences)) {
144 ret = dma_fence_wait(*fences, ctx->interruptible);
158 * @ctx: Pointer to a struct ttm_operation_ctx indicating how waits are to
170 * be returned; depending on the value of @ctx, or if there was a fence
178 const struct ttm_operation_ctx *ctx)
207 return i915_deps_grow(deps, fence, ctx);
215 * @ctx: Pointer to a struct ttm_operation_ctx indicating how waits are to
223 const struct ttm_operation_ctx *ctx)
230 int ret = i915_deps_add_dependency(deps, fence, ctx);