Re: [Intel-gfx] [PATCH 06/14] drm/i915: add basic Haswell DP link train bits

2012-10-16 Thread Jani Nikula
On Mon, 15 Oct 2012, Paulo Zanoni wrote: > From: Paulo Zanoni > > Previously, the DP register was used for everything. On Haswell, it > was split into DDI_BUF_CTL (which is the new intel_dp->DP register) > and DP_TP_CTL. > > The logic behind this patch is based on a patch written by Shobhit > Kum

[Intel-gfx] [PATCH 06/14] drm/i915: add basic Haswell DP link train bits

2012-10-15 Thread Paulo Zanoni
From: Paulo Zanoni Previously, the DP register was used for everything. On Haswell, it was split into DDI_BUF_CTL (which is the new intel_dp->DP register) and DP_TP_CTL. The logic behind this patch is based on a patch written by Shobhit Kumar, but the way the code was written is very different.