[Intel-gfx] [PATCH] drm/i915: Include engine->mmio_base in the debug duump

Stuart Summers stuart.summers at intel.com
Tue Aug 13 22:41:08 UTC 2019


On Tue, 2019-08-13 at 22:57 +0100, Chris Wilson wrote:
> Some IGT would like to know the mmio address of each engine so make
> it
> available.
> 
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

Reviewed-by: Stuart Summers <stuart.summers at intel.com>

> ---
>  drivers/gpu/drm/i915/gt/intel_engine_cs.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> index 45f5b6001456..ee6cf44d7d8d 100644
> --- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> +++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
> @@ -1407,6 +1407,7 @@ void intel_engine_dump(struct intel_engine_cs
> *engine,
>  	}
>  	spin_unlock_irqrestore(&engine->active.lock, flags);
>  
> +	drm_printf(m, "\tMMIO base: 0x%08x\n", engine->mmio_base);
>  	wakeref = intel_runtime_pm_get_if_in_use(&engine->i915-
> >runtime_pm);
>  	if (wakeref) {
>  		intel_engine_print_registers(engine, m);


More information about the Intel-gfx mailing list