]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commite4b366996bc58a02b9dc35db3ef83f0454553f50
treeb73e85759535c9951acaafac605223207fe30e04
parentc8110e52b753f3d105604df84ac06cd6d1645409
drm/i915: Split array of DAC limits into separate structures.

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>
drivers/gpu/drm/i915/intel_display.c