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()
337 #define UCONTEXT_PERSISTENCE 4 macro
224 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence()246 pc->user_flags &= ~BIT(UCONTEXT_PERSISTENCE); in proto_context_set_persistence()295 pc->user_flags |= BIT(UCONTEXT_PERSISTENCE); in proto_context_create()