From: Daniel Vetter Date: Wed, 17 Apr 2013 18:15:07 +0000 (+0200) Subject: drm/i915: move cpu_transcoder to the pipe configuration X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b117c8f2815bc4dd36b0b2c4b6490ad7d10b758;p=pandora-kernel.git drm/i915: move cpu_transcoder to the pipe configuration For a bunch of reason we need to more accurately track this: - hw pipe state readout for Haswell needs the cpu transcoder. - We need to know the right cpu transcoder in a bunch of places in ->disable and other modeset callbacks. In the future we need to add hw state readout&check support, too. But to avoid ugly merge conflicts do the rote sed job now without any functional changes. v2: Preserve the cpu_transcoder value when overwriting crtc->config. Reported by Paulo. Cc: Paulo Zanoni Reviewed-by: Paulo Zanoni Reviewed-by: Chris Wilson (v1) [danvet: Removed rough whitespace that Chris spotted.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed