All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Roper <matthew.d.roper@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Subject: Re: [PATCH] drm/i915: Add 324mhz and 326.4mhz cdclks for gen11+
Date: Fri, 23 Aug 2019 15:17:32 -0700	[thread overview]
Message-ID: <20190823221732.GE13677@mdroper-desk.amr.corp.intel.com> (raw)
In-Reply-To: <20190822163133.27587-1-matthew.d.roper@intel.com>

On Thu, Aug 22, 2019 at 09:31:33AM -0700, Matt Roper wrote:
> The bspec was recently updated with these new cdclk values for ICL, EHL,
> and TGL.
> 
> Bspec: 20598
> Bspec: 49201
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>

Looking more closely, I think we actually need a bit more than just this
patch.  These new values are the only ones that use a /2 CD2X divider
rather than a /1 divider.  So we also need to program the divider
properly as well (currently the ICL code assumes it will always be /1).


Matt

> ---
>  drivers/gpu/drm/i915/display/intel_cdclk.c | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c b/drivers/gpu/drm/i915/display/intel_cdclk.c
> index d0bc42e5039c..0be137a9129a 100644
> --- a/drivers/gpu/drm/i915/display/intel_cdclk.c
> +++ b/drivers/gpu/drm/i915/display/intel_cdclk.c
> @@ -1748,8 +1748,10 @@ static void cnl_sanitize_cdclk(struct drm_i915_private *dev_priv)
>  
>  static int icl_calc_cdclk(int min_cdclk, unsigned int ref)
>  {
> -	static const int ranges_24[] = { 180000, 192000, 312000, 552000, 648000 };
> -	static const int ranges_19_38[] = { 172800, 192000, 307200, 556800, 652800 };
> +	static const int ranges_24[] = { 180000, 192000, 312000, 324000,
> +					 552000, 648000 };
> +	static const int ranges_19_38[] = { 172800, 192000, 307200, 326400,
> +					    556800, 652800 };
>  	const int *ranges;
>  	int len, i;
>  
> @@ -1790,6 +1792,7 @@ static int icl_calc_cdclk_pll_vco(struct drm_i915_private *dev_priv, int cdclk)
>  		/* fall through */
>  	case 172800:
>  	case 307200:
> +	case 326400:
>  	case 556800:
>  	case 652800:
>  		WARN_ON(dev_priv->cdclk.hw.ref != 19200 &&
> @@ -1797,6 +1800,7 @@ static int icl_calc_cdclk_pll_vco(struct drm_i915_private *dev_priv, int cdclk)
>  		break;
>  	case 180000:
>  	case 312000:
> +	case 324000:
>  	case 552000:
>  	case 648000:
>  		WARN_ON(dev_priv->cdclk.hw.ref != 24000);
> -- 
> 2.20.1
> 

-- 
Matt Roper
Graphics Software Engineer
VTT-OSGC Platform Enablement
Intel Corporation
(916) 356-2795
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2019-08-23 22:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-22 16:31 [PATCH] drm/i915: Add 324mhz and 326.4mhz cdclks for gen11+ Matt Roper
2019-08-23 13:26 ` ✓ Fi.CI.BAT: success for " Patchwork
2019-08-23 17:47 ` [PATCH] " Souza, Jose
2019-08-23 22:17 ` Matt Roper [this message]
2019-08-24 10:42 ` ✓ Fi.CI.IGT: success for " Patchwork

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=20190823221732.GE13677@mdroper-desk.amr.corp.intel.com \
    --to=matthew.d.roper@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@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.