From: Chris Wilson Date: Sat, 11 Sep 2010 12:48:45 +0000 (+0100) Subject: drm/i915: Use macros to switch between equivalent pipe registers X-Git-Tag: v2.6.37-rc1~92^2~28^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eddb70ba2b8cdbbdd563f5cb04e26fdc9b017f7;p=pandora-kernel.git drm/i915: Use macros to switch between equivalent pipe registers 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 --- Reading git-diff-tree failed