Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
A Dintel_runtime_pm.c141 intel_runtime_pm_acquire(struct intel_runtime_pm *rpm, bool wakelock) in intel_runtime_pm_acquire() argument
143 if (wakelock) { in intel_runtime_pm_acquire()
153 intel_runtime_pm_release(struct intel_runtime_pm *rpm, int wakelock) in intel_runtime_pm_release() argument
155 if (wakelock) { in intel_runtime_pm_release()
166 bool wakelock) in __intel_runtime_pm_get() argument
175 intel_runtime_pm_acquire(rpm, wakelock); in __intel_runtime_pm_get()
300 bool wakelock) in __intel_runtime_pm_put() argument
306 intel_runtime_pm_release(rpm, wakelock); in __intel_runtime_pm_put()
A Di915_gpu_error.h202 bool wakelock; member
A Di915_gpu_error.c865 err_printf(m, "RPM wakelock: %s\n", str_yes_no(error->wakelock)); in __err_print_to_sgl()
1964 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen()

Completed in 11 milliseconds