panel_power_off_duration 2493 drivers/gpu/drm/i915/display/intel_dp.c 	s64 panel_power_off_duration;
panel_power_off_duration 2500 drivers/gpu/drm/i915/display/intel_dp.c 	panel_power_off_duration = ktime_ms_delta(panel_power_on_time, intel_dp->panel_power_off_time);
panel_power_off_duration 2504 drivers/gpu/drm/i915/display/intel_dp.c 	if (panel_power_off_duration < (s64)intel_dp->panel_power_cycle_delay)
panel_power_off_duration 2506 drivers/gpu/drm/i915/display/intel_dp.c 				       intel_dp->panel_power_cycle_delay - panel_power_off_duration);