From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "luca@coelho.fi" <luca@coelho.fi>,
"intel-gfx@lists.freedesktop.org"
<intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH v3] drm/i915: Use 18 fast wake AUX sync len
Date: Mon, 5 Jun 2023 09:31:32 +0000 [thread overview]
Message-ID: <a1593e891c2dbb883e64d72d14f0ec2c86d8e269.camel@intel.com> (raw)
In-Reply-To: <0b56d0bdf0f49038548ae53a36d5af4d5c9cd8aa.camel@coelho.fi>
On Fri, 2023-06-02 at 11:40 +0300, Luca Coelho wrote:
> On Tue, 2023-05-30 at 13:16 +0300, Jouni Högander wrote:
> > HW default for wake sync pulses is 18. 10 precarge and 8 preamble.
> > There is
>
> Small typo: s/precarge/precharge/
>
>
> > no reason to change this especially as it is causing problems with
> > certain
> > eDP panels.
> >
> > v3: Change "Fixes:" commit
> > v2: Remove "fast wake" repeat from subject
> >
> > Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> > Fixes: e1c71f8f9180 ("drm/i915: Fix fast wake AUX sync len")
> > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8475
> > ---
> > drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/display/intel_dp_aux.c
> > b/drivers/gpu/drm/i915/display/intel_dp_aux.c
> > index 0c27db8ae4f1..197c6e81db14 100644
> > --- a/drivers/gpu/drm/i915/display/intel_dp_aux.c
> > +++ b/drivers/gpu/drm/i915/display/intel_dp_aux.c
> > @@ -129,7 +129,7 @@ static int intel_dp_aux_sync_len(void)
> >
> > static int intel_dp_aux_fw_sync_len(void)
> > {
> > - int precharge = 16; /* 10-16 */
> > + int precharge = 10; /* 10-16 */
> > int preamble = 8;
> >
> > return precharge + preamble;
>
> If this really solves the problem, and since the comment clearly says
> that the range is from 10 to 16, it looks good to me.
>
> Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Thank you Luca for the review. This is now pushed with your rb tag and
typo mentioned above fixed.
>
> --
> Cheers,
> Luca.
prev parent reply other threads:[~2023-06-05 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 10:16 [Intel-gfx] [PATCH v3] drm/i915: Use 18 fast wake AUX sync len Jouni Högander
2023-05-31 4:40 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Use 18 fast wake AUX sync len (rev2) Patchwork
2023-06-01 10:42 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-06-02 8:40 ` [Intel-gfx] [PATCH v3] drm/i915: Use 18 fast wake AUX sync len Luca Coelho
2023-06-05 9:31 ` Hogander, Jouni [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=a1593e891c2dbb883e64d72d14f0ec2c86d8e269.camel@intel.com \
--to=jouni.hogander@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=luca@coelho.fi \
/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