From: Ville Syrjälä Date: Wed, 9 Apr 2014 10:29:08 +0000 (+0300) Subject: drm/i915: Don't use pipe_offset stuff for DPLL registers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d401b175f9026d839d3ad1cf444802c986c32bc;p=pandora-kernel.git drm/i915: Don't use pipe_offset stuff for DPLL registers These are just single registers so wasting space for the pipe offsets seems a bit pointless. So just use the _PIPE3() macro instead. Also rewrite the _PIPE3() macro to be more obvious, and protect the arguments properly. Signed-off-by: Ville Syrjälä Reviewed-by: Damien Lespiau [danvet: Frob conflict.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed