All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/pps: include panel power cycle delay in debugfs
@ 2024-12-05 12:37 Jani Nikula
  2024-12-05 19:43 ` ✓ i915.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jani Nikula @ 2024-12-05 12:37 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

The debugfs contains all the other timings except panel power cycle
delay. Add it for completeness.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/display/intel_pps.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_pps.c b/drivers/gpu/drm/i915/display/intel_pps.c
index 7784b3b760db..e55c84685521 100644
--- a/drivers/gpu/drm/i915/display/intel_pps.c
+++ b/drivers/gpu/drm/i915/display/intel_pps.c
@@ -1819,6 +1819,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",
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-10  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 12:37 [PATCH] drm/i915/pps: include panel power cycle delay in debugfs Jani Nikula
2024-12-05 19:43 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-05 21:09 ` ✓ i915.CI.Full: " Patchwork
2024-12-06 11:17 ` [PATCH] " Paul Menzel
2024-12-09 12:48 ` Borah, Chaitanya Kumar
2024-12-10  9:27   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.