From: Jesse Barnes Date: Mon, 7 Feb 2011 20:26:52 +0000 (-0800) Subject: drm/i915: cleanup per-pipe reg usage X-Git-Tag: v2.6.39-rc1~458^2~9^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db4a9c7b2a3bd5b4952846bc0c2f58daa80ddd7;p=pandora-kernel.git drm/i915: cleanup per-pipe reg usage We had some conversions over to the _PIPE macros, but didn't get everything. So hide the per-pipe regs with an _ (still used in a few places for legacy) and add a few _PIPE based macros, then make sure everyone uses them. [update: remove usage of non-existent no-op macro] [update 2: keep modesetting suspend/resume code, update to new reg names] Signed-off-by: Jesse Barnes [ickle: stylistic cleanups for checkpatch and taste] Signed-off-by: Chris Wilson --- Reading git-diff-tree failed