]> 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)
commit29cdb04f1e65e875ac552912d4aeca1b1b81ddbc
treebdbb2f08281a397ac7e313cb8a33ed5cc16ffd04
parent6c1a34d4b69488c76662d1795aca95cc825db12f
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