All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Borah, Chaitanya Kumar" <chaitanya.kumar.borah@intel.com>
To: Jani Nikula <jani.nikula@linux.intel.com>,
	"Roper, Matthew D" <matthew.d.roper@intel.com>
Cc: "intel-gfx@lists.freedesktop.org" <intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference clock
Date: Mon, 30 Jan 2023 17:56:51 +0000	[thread overview]
Message-ID: <SJ1PR11MB612949F953C67FE8CBCFE6E5B9D39@SJ1PR11MB6129.namprd11.prod.outlook.com> (raw)
In-Reply-To: <87h6w844jy.fsf@intel.com>

> -----Original Message-----
> From: Jani Nikula <jani.nikula@linux.intel.com>
> Sent: Monday, January 30, 2023 5:29 PM
> To: Roper, Matthew D <matthew.d.roper@intel.com>; Borah, Chaitanya
> Kumar <chaitanya.kumar.borah@intel.com>
> Cc: intel-gfx@lists.freedesktop.org
> Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference
> clock
> 
> On Thu, 12 Jan 2023, Matt Roper <matthew.d.roper@intel.com> wrote:
> > On Thu, Jan 12, 2023 at 03:11:31PM +0530, Chaitanya Kumar Borah wrote:
> >> Fix typo for reference clock from 24400 to 24000
> >>
> >> Signed-off-by: Chaitanya Kumar Borah
> <chaitanya.kumar.borah@intel.com>
> >
> > Fixes: 626426ff9ce4 ("drm/i915/adl_p: Add cdclk support for ADL-P")
> > Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
> 
> Pushed to drm-intel-next, thanks for the patch and review.
> 

Thank you Jani.

Regards

Chaitanya

> BR,
> Jani.
> 
> >
> >> ---
> >>  drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c
> b/drivers/gpu/drm/i915/display/intel_cdclk.c
> >> index 0c107a38f9d0..7e16b655c833 100644
> >> --- a/drivers/gpu/drm/i915/display/intel_cdclk.c
> >> +++ b/drivers/gpu/drm/i915/display/intel_cdclk.c
> >> @@ -1319,7 +1319,7 @@ static const struct intel_cdclk_vals
> adlp_cdclk_table[] = {
> >>  	{ .refclk = 24000, .cdclk = 192000, .divider = 2, .ratio = 16 },
> >>  	{ .refclk = 24000, .cdclk = 312000, .divider = 2, .ratio = 26 },
> >>  	{ .refclk = 24000, .cdclk = 552000, .divider = 2, .ratio = 46 },
> >> -	{ .refclk = 24400, .cdclk = 648000, .divider = 2, .ratio = 54 },
> >> +	{ .refclk = 24000, .cdclk = 648000, .divider = 2, .ratio = 54 },
> >>
> >>  	{ .refclk = 38400, .cdclk = 179200, .divider = 3, .ratio = 14 },
> >>  	{ .refclk = 38400, .cdclk = 192000, .divider = 2, .ratio = 10 },
> >> --
> >> 2.25.1
> >>
> 
> --
> Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2023-01-30 17:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-12  9:41 [Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference clock Chaitanya Kumar Borah
2023-01-12 14:59 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-01-12 17:40 ` [Intel-gfx] [PATCH] " Matt Roper
2023-01-12 17:43   ` Matt Roper
2023-01-30 11:58   ` Jani Nikula
2023-01-30 17:56     ` Borah, Chaitanya Kumar [this message]
2023-01-12 19:41 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2023-01-16  9:12 ` [Intel-gfx] [PATCH] " Jani Nikula
2023-01-16  9:16   ` Borah, Chaitanya Kumar
2023-01-16  9:33   ` Borah, Chaitanya Kumar

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=SJ1PR11MB612949F953C67FE8CBCFE6E5B9D39@SJ1PR11MB6129.namprd11.prod.outlook.com \
    --to=chaitanya.kumar.borah@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=matthew.d.roper@intel.com \
    /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 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.