Home
last modified time | relevance | path

Searched refs:i915_active_unlock_wait (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_active.h213 void i915_active_unlock_wait(struct i915_active *ref);
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c332 void i915_active_unlock_wait(struct i915_active *ref) in i915_active_unlock_wait() function
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c71 i915_active_unlock_wait(&ce->active); in context_sync()