]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/pps: debug log the remaining power cycle delay to wait
authorJani Nikula <jani.nikula@intel.com>
Wed, 4 Dec 2024 16:00:48 +0000 (18:00 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 9 Dec 2024 14:27:09 +0000 (16:27 +0200)
commit34e025972c4e2f38c5c92ca1cda260d4d0968a5d
tree96003d4d3701e9ebe701dac1aa56eae3c47037fb
parentf5d38d4fa88441bc4f96e185bce7426790e32949
drm/i915/pps: debug log the remaining power cycle delay to wait

While pps_init_delays() debug logs the power cycle delay, also debug log
the actual remaining time to wait in wait_panel_power_cycle().

Note that this still isn't the full picture; the power sequencer may
still wait after this one.

Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13007
Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Tested-by: Paul Menzel <pmenzel@molgen.mpg.de> # Dell XPS 13
Link: https://patchwork.freedesktop.org/patch/msgid/20241204160048.2774419-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_pps.c