From: Keith Packard Date: Sat, 6 Jun 2009 02:22:17 +0000 (-0700) Subject: drm/i915: Split array of DAC limits into separate structures. X-Git-Tag: v2.6.31-rc2~85^2~1^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b366996bc58a02b9dc35db3ef83f0454553f50;p=pandora-kernel.git 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 --- Reading git-diff-tree failed