work_wakeref     2043 drivers/gpu/drm/i915/display/intel_display_power.c 	intel_wakeref_t work_wakeref = intel_runtime_pm_get_raw(rpm);
work_wakeref     2061 drivers/gpu/drm/i915/display/intel_display_power.c 					     fetch_and_zero(&work_wakeref));
work_wakeref     2069 drivers/gpu/drm/i915/display/intel_display_power.c 	if (work_wakeref)
work_wakeref     2070 drivers/gpu/drm/i915/display/intel_display_power.c 		intel_runtime_pm_put_raw(rpm, work_wakeref);
work_wakeref     2090 drivers/gpu/drm/i915/display/intel_display_power.c 	intel_wakeref_t work_wakeref;
work_wakeref     2094 drivers/gpu/drm/i915/display/intel_display_power.c 	work_wakeref = fetch_and_zero(&power_domains->async_put_wakeref);
work_wakeref     2095 drivers/gpu/drm/i915/display/intel_display_power.c 	if (!work_wakeref)
work_wakeref     2107 drivers/gpu/drm/i915/display/intel_display_power.c 	if (work_wakeref)
work_wakeref     2108 drivers/gpu/drm/i915/display/intel_display_power.c 		intel_runtime_pm_put_raw(&i915->runtime_pm, work_wakeref);