Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_active.h172 int __i915_active_wait(struct i915_active *ref, int state);
175 return __i915_active_wait(ref, TASK_INTERRUPTIBLE); in i915_active_wait()
H A Di915_active.c587 int __i915_active_wait(struct i915_active *ref, int state) in __i915_active_wait() function