drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().
authorEric Anholt <eric@anholt.net>
Wed, 30 Mar 2011 20:01:07 +0000 (13:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:37 +0000 (13:56 -0700)
commit8febb2974faf0608111fd3c4dc36fa7f0f1cbfc2
tree8c7be4c1b0e5619dca441a7e3b206e1302b6336c
parentdb244b60e7f7f11825c6f36bcc8e8d8f3ca7cd36
drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().

Ironlake is where the PCH split started.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c