Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
A 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()
A Di915_gem_context_types.h328 #define UCONTEXT_NO_ERROR_CAPTURE 1 macro
A Di915_gem_context.c856 pc->user_flags |= BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param()
858 pc->user_flags &= ~BIT(UCONTEXT_NO_ERROR_CAPTURE); in set_proto_ctx_param()

Completed in 8 milliseconds