From: Jani Nikula <jani.nikula@intel.com>
To: "Borah, Chaitanya Kumar" <chaitanya.kumar.borah@intel.com>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Subject: RE: [PATCH] drm/i915/pps: include panel power cycle delay in debugfs
Date: Tue, 10 Dec 2024 11:27:58 +0200 [thread overview]
Message-ID: <87jzc7zy3l.fsf@intel.com> (raw)
In-Reply-To: <SJ1PR11MB6129E94FE67A8215E4B0FDE1B93C2@SJ1PR11MB6129.namprd11.prod.outlook.com>
On Mon, 09 Dec 2024, "Borah, Chaitanya Kumar" <chaitanya.kumar.borah@intel.com> wrote:
>> -----Original Message-----
>> From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Jani
>> Nikula
>> Sent: Thursday, December 5, 2024 6:07 PM
>> To: intel-gfx@lists.freedesktop.org
>> Cc: Nikula, Jani <jani.nikula@intel.com>
>> Subject: [PATCH] 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.
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> LGTM.
>
> Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Thanks, pushed to din.
BR,
Jani.
>
>
>> ---
>> 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
>
--
Jani Nikula, Intel
prev parent reply other threads:[~2024-12-10 9:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87jzc7zy3l.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=chaitanya.kumar.borah@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox