[Intel-gfx] [PATCH] drm/i915: ivb: fix typo in dp voltage swing reg val

Paulo Zanoni przanoni at gmail.com
Fri Aug 23 21:01:17 CEST 2013


2013/8/23 Imre Deak <imre.deak at intel.com>:
> Fix the typo introduced in
>
> commit 1a2eb4604b85c5efb343da8a4dcf41288fcfca85
> Author: Keith Packard <keithp at keithp.com>
> Date:   Wed Nov 16 16:26:07 2011 -0800
>
>     drm/i915: Hook up Ivybridge eDP
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64880
> Tested-by: Jeremy Moles <cubicool at gmail.com>
> Signed-off-by: Imre Deak <imre.deak at intel.com>

Nice catch!

Reviewed-by: Paulo Zanoni <paulo.r.zanoni at intel.com>

> ---
>  drivers/gpu/drm/i915/i915_reg.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
> index 2b96d6b..019fd1f 100644
> --- a/drivers/gpu/drm/i915/i915_reg.h
> +++ b/drivers/gpu/drm/i915/i915_reg.h
> @@ -4525,7 +4525,7 @@
>  #define EDP_LINK_TRAIN_600MV_0DB_IVB           (0x30 <<22)
>  #define EDP_LINK_TRAIN_600MV_3_5DB_IVB         (0x36 <<22)
>  #define EDP_LINK_TRAIN_800MV_0DB_IVB           (0x38 <<22)
> -#define EDP_LINK_TRAIN_800MV_3_5DB_IVB         (0x33 <<22)
> +#define EDP_LINK_TRAIN_800MV_3_5DB_IVB         (0x3e <<22)
>
>  /* legacy values */
>  #define EDP_LINK_TRAIN_500MV_0DB_IVB           (0x00 <<22)
> --
> 1.8.3.2
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Paulo Zanoni



More information about the Intel-gfx mailing list