From: Eric Anholt Date: Wed, 30 Mar 2011 20:01:02 +0000 (-0700) Subject: drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines. X-Git-Tag: v3.0-rc1~312^2~4^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f564048e201ead4d4d02138bc60ae28f83797ac4;p=pandora-kernel.git drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines. This path, which shouldn't be *that* complicated, is now so littered with per-chipset tweaks that it's hard to trace the order of what happens. HAS_PCH_SPLIT() is the most radical change across chipsets, so it seems like a natural split to simplify the code. This first commit just copies the existing code without changing anything. v2: updated to track removal of call to intel_enable_plane from i9xx_crtc_mode_set Signed-off-by: Eric Anholt Hella-acked-by: Jesse Barnes Signed-off-by: Chris Wilson --- Reading git-diff-tree failed