On Sat, 2017-12-09 at 10:44 +0000, Chris Wilson wrote:
> Since the seqno information shown from i915_interrupt_info is just a
> small subset of i915_engine_info, remove it.
> 
> Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>

One comment below.

Reviewed-by: Joonas Lahtinen <joonas.lahti...@linux.intel.com>

> +++ b/drivers/gpu/drm/i915/intel_engine_cs.c
> @@ -1690,6 +1690,11 @@ void intel_engine_dump(struct intel_engine_cs *engine,
>       if (i915_terminally_wedged(&engine->i915->gpu_error))
>               drm_printf(m, "*** WEDGED ***\n");
>  
> +     if (INTEL_GEN(dev_priv) >= 6) {
> +             drm_printf(m, "\tInterrupt mask: %08x\n",
> +                        I915_READ_IMR(engine));

Next printf is not capitalized.

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to