]> Pileus Git - ~andy/linux/commit
drm/i915: Use the common register access functions for NOTRACE variants
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 19 Jul 2013 19:36:54 +0000 (20:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 25 Jul 2013 13:22:06 +0000 (15:22 +0200)
commitdba8e41f2be04de58eadf78f524b3f981bf438c2
treebdbb2f08281a397ac7e313cb8a33ed5cc16ffd04
parent6af5d92f909796cb706f3b9efefd75cb0f5afcff
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 <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_uncore.c