]> git.baikalelectronics.ru Git - kernel.git/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)
commit63d69045659663a840727faa63872d398f174f36
treebdbb2f08281a397ac7e313cb8a33ed5cc16ffd04
parent62a7da40e4218fcbc1ed2cb2d130fd8978fb467d
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