From: Daniel Vetter Date: Mon, 16 Sep 2013 21:43:45 +0000 (+0200) Subject: drm/i915: re-layout intel_panel.c to obey 80 char limit X-Git-Tag: v3.13-rc1~76^2~114^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9084e7d27671bc463c09ae6f0d6dfeea5f74f041;p=pandora-kernel.git drm/i915: re-layout intel_panel.c to obey 80 char limit Especially intel_gmch_panel_fitting was shifting way too much over the right edge and also was way too long. So extract two helpers, one for gen4+ and one for gen2/3. Now the entire thing is again almost readable ... Spurred by checkpatch freaking out about a Ville's pipeconfig rework in intel_panel.c Otherwise just two lines that needed appropriate breaking. Not functional change in this patch. Cc: Ville Syrjälä Cc: Damien Lespiau Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed