]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/pps: include panel power cycle delay in debugfs
authorJani Nikula <jani.nikula@intel.com>
Thu, 5 Dec 2024 12:37:20 +0000 (14:37 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 9 Dec 2024 14:28:08 +0000 (16:28 +0200)
The debugfs contains all the other timings except panel power cycle
delay. Add it for completeness.

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

index bfda528501507221b9c262c1574073b80f1532ff..eb35f0249f2bdf4b7005835d91bd8d587a93e384 100644 (file)
@@ -1820,6 +1820,8 @@ static int intel_pps_show(struct seq_file *m, void *data)
                   intel_dp->pps.panel_power_up_delay);
        seq_printf(m, "Panel power down delay: %d\n",
                   intel_dp->pps.panel_power_down_delay);
+       seq_printf(m, "Panel power cycle delay: %d\n",
+                  intel_dp->pps.panel_power_cycle_delay);
        seq_printf(m, "Backlight on delay: %d\n",
                   intel_dp->pps.backlight_on_delay);
        seq_printf(m, "Backlight off delay: %d\n",