[Intel-gfx] [PATCH 2/2] drm/i915: Stop showing seqno info from debugfs/i915_interrupt_info

Joonas Lahtinen joonas.lahtinen at linux.intel.com
Mon Dec 11 09:08:53 UTC 2017


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 <chris at chris-wilson.co.uk>

One comment below.

Reviewed-by: Joonas Lahtinen <joonas.lahtinen at 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


More information about the Intel-gfx mailing list