Home
last modified time | relevance | path

Searched refs:i915_active_is_idle (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c87 wait_var_event_timeout(&p->active, i915_active_is_idle(&p->active), HZ); in pulse_unlock_wait()
115 GEM_BUG_ON(i915_active_is_idle(&p->active)); in __live_idle_pulse()
138 if (!i915_active_is_idle(&p->active)) { in __live_idle_pulse()
H A Dselftest_context.c250 if (i915_active_is_idle(&ce->active)) { in __live_active_context()
280 if (!i915_active_is_idle(&ce->active)) { in __live_active_context()
403 if (i915_active_is_idle(&remote->active)) { in __live_remote_context()
H A Dintel_context.c505 GEM_BUG_ON(i915_active_is_idle(&ce->active)); in intel_context_prepare_remote_request()
H A Dintel_ggtt_fencing.c302 GEM_BUG_ON(!i915_active_is_idle(&fence->active)); in i915_vma_revoke_fence()
H A Dintel_execlists_submission.c871 if (i915_active_is_idle(&ce->active) && in assert_pending_valid()
3055 GEM_BUG_ON(i915_active_is_idle(&ce->active)); in execlists_reset_active()
/linux/drivers/gpu/drm/i915/
H A Di915_active.h201 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle() function
H A Di915_vma.h53 return !i915_active_is_idle(&vma->active); in i915_vma_is_active()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1880 GEM_BUG_ON(i915_active_is_idle(&ce->active)); in __guc_reset_context()