Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 12/25] gem_wsim: Engine map support

2019-05-20 Thread Tvrtko Ursulin
On 20/05/2019 11:59, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-05-20 11:49:13) On 17/05/2019 20:35, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-05-17 12:25:13) + /* +* Ensure VCS is not allowed with engine map contexts. +*/ + for (j = 0; j <

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 12/25] gem_wsim: Engine map support

2019-05-20 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-05-20 11:49:13) > > On 17/05/2019 20:35, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2019-05-17 12:25:13) > >> + /* > >> +* Ensure VCS is not allowed with engine map contexts. > >> +*/ > >> + for (j = 0; j < wrk->nr_ctxs; j += 2) { > >>

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 12/25] gem_wsim: Engine map support

2019-05-20 Thread Tvrtko Ursulin
On 17/05/2019 20:35, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-05-17 12:25:13) From: Tvrtko Ursulin Support new i915 uAPI for configuring contexts with engine maps. Please refer to the README file for more detailed explanation. v2: * Allow defining engine maps by class.

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 12/25] gem_wsim: Engine map support

2019-05-17 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-05-17 12:25:13) > From: Tvrtko Ursulin > > Support new i915 uAPI for configuring contexts with engine maps. > > Please refer to the README file for more detailed explanation. > > v2: > * Allow defining engine maps by class. > > Signed-off-by: Tvrtko Ursulin >