From: Paulo Zanoni Date: Tue, 23 Oct 2012 20:29:51 +0000 (-0200) Subject: drm/i915: fork a Haswell version of ironlake_crtc_{enable, disable} X-Git-Tag: v3.8-rc1~82^2~192^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f771f1055da08bc71a36dfdd0a2bde5beb666a4;p=pandora-kernel.git drm/i915: fork a Haswell version of ironlake_crtc_{enable, disable} The way we enable and disable the PCH on Haswell changed considerably since now we have only one PCH transcoder, so we can't keep the same asserts and we also can't just unconditionally disable the PCH transcoder for non-PCH outputs. So let's fork a Haswell version. These new functions look exactly the same as the ironlake versions. The next patches will introduce the differences. Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed