Searched refs:UCONTEXT_NO_ERROR_CAPTURE (Results 1 – 3 of 3) sorted by relevance
35 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()
334 #define UCONTEXT_NO_ERROR_CAPTURE 1 macro
886 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()