Searched refs:UCONTEXT_PERSISTENCE (Results 1 – 3 of 3) sorted by relevance
80 return test_bit(UCONTEXT_PERSISTENCE, &ctx->user_flags); in i915_gem_context_is_persistent()85 set_bit(UCONTEXT_PERSISTENCE, &ctx->user_flags); in i915_gem_context_set_persistence()90 clear_bit(UCONTEXT_PERSISTENCE, &ctx->user_flags); in i915_gem_context_clear_persistence()
331 #define UCONTEXT_PERSISTENCE 4 macro
221 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence()243 pc->user_flags &= ~BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence()292 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_create()
Completed in 14 milliseconds