From: Paulo Zanoni Date: Mon, 15 Oct 2012 18:51:34 +0000 (-0300) Subject: drm/i915: add basic Haswell DP link train bits X-Git-Tag: v3.8-rc1~82^2~192^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c0d722aea21d4073629a7401d086229b582f6e;p=pandora-kernel.git drm/i915: add basic Haswell DP link train bits 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. Credits-to: Shobhit Kumar Signed-off-by: Paulo Zanoni [danvet: Fixup the logic error spotted by Jani Nikula.] Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed