From: Daniel Vetter Date: Thu, 24 Apr 2014 21:54:42 +0000 (+0200) Subject: drm/i915/tv: Rip out pipe-disabling nonsense from ->mode_set X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa2dd14cf113c45c51928b502fe77486105e048;p=pandora-kernel.git drm/i915/tv: Rip out pipe-disabling nonsense from ->mode_set The pipe and plane _are_ disabled when we call this. So replace it all with the corresponding assert (as self-documenting code) and rip out all the lore. Checking for a disabled plane would require us to export those macros from intel_display.c, but if the pipe is off the plane isn't working either. So this single check is good enough. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed