drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.
authorEric Anholt <eric@anholt.net>
Wed, 30 Mar 2011 20:01:05 +0000 (13:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:35 +0000 (13:56 -0700)
commitc713bb087e714f01082e6b8a85e98552e7bc6c3a
tree7fd00c70a790b4e55f1611e7f8de8d3a59ff2c60
parent929c77fb38aa1e5f028f1b59dfb641b25fffea8b
drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.

While g4x had DP, eDP came with Ironlake, so we don't need that code here.

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