drm/i915: Use macros to switch between equivalent pipe registers
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 11 Sep 2010 12:48:45 +0000 (13:48 +0100)
committerChris 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