From: Chris Wilson Date: Fri, 19 Jul 2013 19:36:54 +0000 (+0100) Subject: drm/i915: Use the common register access functions for NOTRACE variants X-Git-Tag: v3.12-rc1~136^2~129^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba8e41f2be04de58eadf78f524b3f981bf438c2;p=pandora-kernel.git drm/i915: Use the common register access functions for NOTRACE variants Detangle the confusion that NOTRACE variants of the register read/write routines were directly using the raw register access. We need for those routines to reuse the common code for serializing register access and ensuring the correct register power states. This is only possible now that the only routines that required raw access use their own API. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed