On Thu, Dec 07, 2023 at 11:43:28AM +0000, Tvrtko Ursulin wrote: > > On 07/12/2023 11:26, Andi Shyti wrote: > > Hi Tvrtko, > > > > > Engine->id namespace is per-tile so struct igt_live_test->reset_engine[] > > > needs to be two-dimensional so engine reset counts from all tiles can be > > > stored with no aliasing. With aliasing, if we had a real multi-tile > > > platform, the reset counts would be incorrect for same engine instance on > > > different tiles. > > > > > > Signed-off-by: Tvrtko Ursulin <tvrtko.ursu...@intel.com> > > > Fixes: 0c29efa23f5c ("drm/i915/selftests: Consider multi-gt instead of > > > to_gt()") > > > Reported-by: Alan Previn Teres Alexis <alan.previn.teres.ale...@intel.com> > > > Cc: Tejas Upadhyay <tejas.upadh...@intel.com> > > > Cc: Andi Shyti <andi.sh...@linux.intel.com> > > > Cc: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com> > > > > sorry for being late here... the patch makes sense to me and the > > CI failures don't look related. > > > > Reviewed-by: Andi Shyti <andi.sh...@linux.intel.com> > > Thanks pushed! > > There is more work to be done with the fact i915_reset_engine_count has it's > own aliasing when used like this, but I opted to leave that for some other > time.
feel free to share if you have some preparatory work done already and I can try to help out. Otherwise I can take a look at it, as well. Andi