Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_power.c1993 intel_wakeref_t old_work_wakeref = 0; in intel_display_power_put_async_work() local
2001 old_work_wakeref = fetch_and_zero(&power_domains->async_put_wakeref); in intel_display_power_put_async_work()
2002 if (!old_work_wakeref) in intel_display_power_put_async_work()
2021 if (old_work_wakeref) in intel_display_power_put_async_work()
2022 intel_runtime_pm_put_raw(rpm, old_work_wakeref); in intel_display_power_put_async_work()