Home
last modified time | relevance | path

Searched refs:UCONTEXT_NO_ERROR_CAPTURE (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/gem/
Di915_gem_context.h35 return test_bit(UCONTEXT_NO_ERROR_CAPTURE, &ctx->user_flags); in i915_gem_context_no_error_capture()
40 set_bit(UCONTEXT_NO_ERROR_CAPTURE, &ctx->user_flags); in i915_gem_context_set_no_error_capture()
45 clear_bit(UCONTEXT_NO_ERROR_CAPTURE, &ctx->user_flags); in i915_gem_context_clear_no_error_capture()
Di915_gem_context_types.h334 #define UCONTEXT_NO_ERROR_CAPTURE 1 macro
Di915_gem_context.c886 pc->user_flags |= BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param()
888 pc->user_flags &= ~BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param()