Searched refs:gem_ctx (Results 1 – 1 of 1) sorted by relevance
819 struct i915_gem_context *gem_ctx; in ctx_needs_runalone() local829 gem_ctx = rcu_dereference(ce->gem_context); in ctx_needs_runalone()830 if (gem_ctx) in ctx_needs_runalone()831 ctx_is_protected = gem_ctx->uses_protected_content; in ctx_needs_runalone()
Completed in 8 milliseconds