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:
4ed765f
)
drm/i915: Use macros to switch between equivalent pipe registers
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 11 Sep 2010 12:48:45 +0000
(13:48 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sat, 11 Sep 2010 18:27:12 +0000
(19:27 +0100)
The purpose is to make the code much easier to read and therefore reduce
the possibility for bugs.
A side effect is that it also makes it much easier for the compiler,
reducing the object size by 4k -- from just a few functions!
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
No differences found