OSDN Git Service

drm/i915: Move the unclaimed mmio detection into the powerwell for KMS
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 May 2017 11:55:08 +0000 (12:55 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Jun 2017 08:27:17 +0000 (09:27 +0100)
commitd5553c0990c8b9cde6a9abb1f15acf8a11c5eef3
tree91e82593751212d113ef73a85a484bf7c35e0180
parent94829de433db0253a5c238ef74a70b7043b93e57
drm/i915: Move the unclaimed mmio detection into the powerwell for KMS

Replace the large comment about requiring the powerwell for
intel_uncore_arm_unclaimed_mmio_detection() by moving the arming of the
mmio error detection into the powerwell held for modesetting. Thereby
also accomplishing the goal of only arming the mmio detection after a
full modeset.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170504115508.13571-1-chris@chris-wilson.co.uk
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/intel_display.c