]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Dec 2012 13:24:21 +0000 (14:24 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Dec 2012 13:24:21 +0000 (14:24 +0100)
commited7ef43989b3a8235b1cbf1e2b025aa4af3368a6
treeb1f72182a1d780fd491f804a0be32fa4198605a9
parent36dacf5b8b3c0bab7010943c34d2dbcc09a0d6f3
drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set

Especially getting rid of all things lvds is ... great!

v2: Drop the two additional pre-hsw hunks noticed by Paulo Zanoni.

v3:
- handle DP ports correctly (spoted by Paulo)
- don't leave {} behind for a single-line block (again spotted by
  Paulo)
- kill another if (IBX || CPT) block

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c