Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_display_power.c716 intel_wakeref_t work_wakeref = intel_runtime_pm_get_raw(rpm); in __intel_display_power_put_async() local
738 fetch_and_zero(&work_wakeref), in __intel_display_power_put_async()
747 if (work_wakeref) in __intel_display_power_put_async()
748 intel_runtime_pm_put_raw(rpm, work_wakeref); in __intel_display_power_put_async()
769 intel_wakeref_t work_wakeref; in intel_display_power_flush_work() local
773 work_wakeref = fetch_and_zero(&power_domains->async_put_wakeref); in intel_display_power_flush_work()
774 if (!work_wakeref) in intel_display_power_flush_work()
786 if (work_wakeref) in intel_display_power_flush_work()
787 intel_runtime_pm_put_raw(&i915->runtime_pm, work_wakeref); in intel_display_power_flush_work()