Home
last modified time | relevance | path

Searched refs:intel_context_has_own_state (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.h379 static inline bool intel_context_has_own_state(const struct intel_context *ce) in intel_context_has_own_state() function
389 static inline bool intel_context_has_own_state(const struct intel_context *ce) in intel_context_has_own_state() function
H A Dintel_context.c30 if (intel_context_has_own_state(ce)) in rcu_context_free()