drm/i915: Fold the DPLL limit defines into the structs that use them.
authorEric Anholt <eric@anholt.net>
Wed, 30 Mar 2011 20:01:10 +0000 (13:01 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:56:39 +0000 (13:56 -0700)
commit273e27ca8081095a1bdf65276d4b645215ad1c57
treee7255f590404207fbaeea5163d796d6bd1aec997
parentfae14981ce89fede363a8d4ddda7f7ca587195ff
drm/i915: Fold the DPLL limit defines into the structs that use them.

They're used in one place, and not providing any descriptive value,
with their names just being approximately the conjunction of the
struct name and the struct field.

This diff was produced with gcc -E, copying the new struct definitions
out, moving a couple of the old comments into place in the new
structs, and reindenting.

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