[Intel-gfx] [PATCH 4/7] drm/i915: Do one shot unclaimed mmio detection less frequently
Chris Wilson
chris at chris-wilson.co.uk
Tue Dec 15 06:49:39 PST 2015
On Tue, Dec 15, 2015 at 04:25:09PM +0200, Mika Kuoppala wrote:
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 471f120..3a9229b 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -13545,6 +13545,9 @@ static int intel_atomic_commit(struct drm_device *dev,
>
> drm_atomic_state_free(state);
>
> + if (intel_uncore_arm_unclaimed_mmio_detection(dev_priv))
> + DRM_DEBUG_DRIVER("%s return with unclaimed access\n", __func__);
DRM_DEBUG() already includes the "%s" _func__.
This would seem to duplicate the DRM_DEBUG from
intel_uncore_arm_unclaimed_mmio_detection() which as you point out
should have been DRM_DEBUG_DRIVER() in the first place.
Minor quible aside (and because this turned up late!),
Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list