commit | e4b366996bc58a02b9dc35db3ef83f0454553f50 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Jun 05 19:22:17 2009 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu Jun 18 15:54:10 2009 -0700 |
tree | b73e85759535c9951acaafac605223207fe30e04 | |
parent | c8110e52b753f3d105604df84ac06cd6d1645409 [diff] |
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>