Skip to content

Commit 82c5474

Browse files
committed
drm/i915/pps: include panel power cycle delay in debugfs
The debugfs contains all the other timings except panel power cycle delay. Add it for completeness. Tested-by: Paul Menzel <[email protected]> # Dell XPS 13 9360 Reviewed-by: Chaitanya Kumar Borah <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Jani Nikula <[email protected]>
1 parent 34e0259 commit 82c5474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/display/intel_pps.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,8 @@ static int intel_pps_show(struct seq_file *m, void *data)
18201820
intel_dp->pps.panel_power_up_delay);
18211821
seq_printf(m, "Panel power down delay: %d\n",
18221822
intel_dp->pps.panel_power_down_delay);
1823+
seq_printf(m, "Panel power cycle delay: %d\n",
1824+
intel_dp->pps.panel_power_cycle_delay);
18231825
seq_printf(m, "Backlight on delay: %d\n",
18241826
intel_dp->pps.backlight_on_delay);
18251827
seq_printf(m, "Backlight off delay: %d\n",

0 commit comments

Comments
 (0)