Searched refs:work_wakeref (Results 1 – 1 of 1) sorted by relevance
2306 intel_wakeref_t work_wakeref = intel_runtime_pm_get_raw(rpm); in __intel_display_power_put_async() local2324 fetch_and_zero(&work_wakeref)); in __intel_display_power_put_async()2332 if (work_wakeref) in __intel_display_power_put_async()2333 intel_runtime_pm_put_raw(rpm, work_wakeref); in __intel_display_power_put_async()2353 intel_wakeref_t work_wakeref; in intel_display_power_flush_work() local2357 work_wakeref = fetch_and_zero(&power_domains->async_put_wakeref); in intel_display_power_flush_work()2358 if (!work_wakeref) in intel_display_power_flush_work()2370 if (work_wakeref) in intel_display_power_flush_work()2371 intel_runtime_pm_put_raw(&i915->runtime_pm, work_wakeref); in intel_display_power_flush_work()