[Intel-gfx] [PATCH 08/19] drm/i915: manual FDI training for Ivy Bridge

Keith Packard keithp at keithp.com
Fri Apr 29 00:43:10 CEST 2011


On Thu, 28 Apr 2011 15:12:54 -0700, Jesse Barnes <jbarnes at virtuousgeek.org> wrote:

> +	if (IS_GEN6(dev)) {
> +		temp &= ~FDI_LINK_TRAIN_NONE;
> +		temp |= FDI_LINK_TRAIN_NONE | FDI_TX_ENHANCE_FRAME_ENABLE;
> +	} else if (IS_IVYBRIDGE(dev)) {
> +		temp &= ~FDI_LINK_TRAIN_NONE_IVB;
> +		temp |= FDI_LINK_TRAIN_NONE_IVB | FDI_TX_ENHANCE_FRAME_ENABLE;
> +	}

This seems inconsistent using IS_GEN6 for SNB and IS_IVYBRIDGE for IVB?

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20110428/3473d025/attachment.sig>


More information about the Intel-gfx mailing list