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

2019-08-13 Thread Stuart Summers
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 Reviewed-by: Stuart Summers > --- >  drivers/gpu/drm/i915/gt/intel_engine_cs.c | 1 + >  1 file changed, 1 insertion(+)

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

2019-08-13 Thread Chris Wilson
Some IGT would like to know the mmio address of each engine so make it available. Signed-off-by: Chris Wilson --- 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