Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_runtime_pm.c334 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument
336 if (wakelock) { in intel_runtime_pm_acquire()
346 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument
348 if (wakelock) { in intel_runtime_pm_release()
359 bool wakelock) in __intel_runtime_pm_get() argument
370 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()
496 bool wakelock) in __intel_runtime_pm_put() argument
502 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
Di915_gpu_error.h172 bool wakelock; member
Di915_gpu_error.c810 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); in __err_print_to_sgl()
1728 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()