drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.
commitfae14981ce89fede363a8d4ddda7f7ca587195ff
authorEric Anholt <eric@anholt.net>
Wed, 30 Mar 2011 20:01:09 +0000 (30 13:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:38 +0000 (10 13:56 -0700)
treeea2dc911527d7233c2c3737303075bb3df920313
parenta07d67870565e1015935f7a8d8d6ac5f507442c5
drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.

We used to have these from the product of (pch, non-pch) * (pipe a,
pipe b).  Now we can just use the nice per-pipe reg macros in the
split out crtc_mode_sets.

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