drm/i915: Split array of DAC limits into separate structures.
authorKeith Packard <keithp@keithp.com>
Sat, 6 Jun 2009 02:22:17 +0000 (19:22 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 18 Jun 2009 22:54:10 +0000 (15:54 -0700)
The array of DAC limits was only ever referenced with #defined constant
offsets, and keeping those #define values in sync with the array itself was a
nuisance. This will make future changes to the set of DAC limits less
error-prone.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found