git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8110e5
)
drm/i915: Split array of DAC limits into separate structures.
author
Keith Packard
<keithp@keithp.com>
Sat, 6 Jun 2009 02:22:17 +0000
(19:22 -0700)
committer
Keith 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