[Intel-gfx] [PATCH 1/3] drm/i915/dp: Tweak auxch clock divider for PCH

Jesse Barnes jbarnes at virtuousgeek.org
Tue Jan 17 16:42:21 CET 2012


On Tue, 26 Jul 2011 15:39:44 -0400
Adam Jackson <ajax at redhat.com> wrote:

> Matches the advice in the Sandybridge documentation.
> 
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  drivers/gpu/drm/i915/intel_dp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index dcc7ae6..3ad90f6 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -305,7 +305,7 @@ intel_dp_aux_ch(struct intel_dp *intel_dp,
>  		else
>  			aux_clock_divider = 225; /* eDP input clock at 450Mhz */
>  	} else if (HAS_PCH_SPLIT(dev))
> -		aux_clock_divider = 62; /* IRL input clock fixed at 125Mhz */
> +		aux_clock_divider = 63; /* IRL input clock fixed at 125Mhz */
>  	else
>  		aux_clock_divider = intel_hrawclk(dev) / 2;

Sorry I meant:
Acked-by: Jesse Barnes <jbarnes at virtuousgeek.org>
for the series.

-- 
Jesse Barnes, Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20120117/5189ce57/attachment.sig>


More information about the Intel-gfx mailing list