Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_wakeref.h19 #define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr) macro
21 #define INTEL_WAKEREF_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) macro
121 INTEL_WAKEREF_BUG_ON(atomic_read(&wf->count) <= 0); in intel_wakeref_put()
173 INTEL_WAKEREF_BUG_ON(atomic_read(&wf->count)); in __intel_wakeref_defer_park()
Dintel_wakeref.c22 INTEL_WAKEREF_BUG_ON(!wakeref); in rpm_put()
51 INTEL_WAKEREF_BUG_ON(atomic_read(&wf->count) <= 0); in __intel_wakeref_get_first()
72 INTEL_WAKEREF_BUG_ON(work_pending(&wf->work)); in __intel_wakeref_put_last()
157 INTEL_WAKEREF_BUG_ON(wf->wakeref); in intel_wakeref_auto()
176 INTEL_WAKEREF_BUG_ON(wf->wakeref); in intel_wakeref_auto_fini()