All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference clock
Date: Thu, 12 Jan 2023 09:40:39 -0800	[thread overview]
Message-ID: <Y8BGF+6ygAV3vH3Z@mdroper-desk1.amr.corp.intel.com> (raw)
In-Reply-To: <20230112094131.550252-1-chaitanya.kumar.borah@intel.com>

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>

> ---
>  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
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation

  parent reply	other threads:[~2023-01-12 17:40 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 ` Matt Roper [this message]
2023-01-12 17:43   ` [Intel-gfx] [PATCH] " Matt Roper
2023-01-30 11:58   ` Jani Nikula
2023-01-30 17:56     ` Borah, Chaitanya Kumar
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=Y8BGF+6ygAV3vH3Z@mdroper-desk1.amr.corp.intel.com \
    --to=matthew.d.roper@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 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.