[Intel-gfx] [PATCH 4/5] drm/i915: Show CCID in engine dumps
Chris Wilson
chris at chris-wilson.co.uk
Thu Jun 14 12:27:12 UTC 2018
Quoting Joonas Lahtinen (2018-06-14 13:14:09)
> Quoting Chris Wilson (2018-06-14 12:41:02)
> > For debugging context issues, knowing what context the GPU is
> > loading/using is helpful.
> >
> > Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
>
> On the GPU error state, we capture point blank if INTEL_GEN() >= 5, any
> specific reason to differ from there?
That I need to work out what we need to capture for execlists. Is CCID
per-engine on gen8+, although iirc CCID is gone on gen8. Yup, all 0s.
So CCID is not what we want, but we do want something :)
Maybe it's execlists debug status?
-Chris
More information about the Intel-gfx
mailing list