Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/i915: Restore some BAT coverage

2019-05-22 Thread Andi Shyti
Hi Tvrtko, > +static void all(int i915) > +{ > + const struct intel_execution_engine2 *e; > + > + __for_each_physical_engine(i915, e) > + basic(i915, e, false); ops... there is an error in my previous patch. I restored the meaining of flags because you and Chris didn't like t

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/i915: Restore some BAT coverage

2019-05-22 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-05-22 17:31:41) > From: Tvrtko Ursulin > > Engine enumerated test names have changed so fast-feedback.testlist needs > to be updated. However listing all engines there won't scale. So instead > add new tests cases which iterate all engines internally. > > Signed-off-