[igt-dev] [PATCH i-g-t 17/24] i915: Add gem_ctx_clone

Chris Wilson chris at chris-wilson.co.uk
Tue Mar 26 15:49:51 UTC 2019


Quoting Tvrtko Ursulin (2019-03-26 15:44:35)
> 
> On 22/03/2019 09:21, Chris Wilson wrote:
> > +static void clone_engines(int i915)
> > +{
> > +     struct drm_i915_gem_context_create_ext_setparam set = {
> > +             { .name = I915_CONTEXT_CREATE_EXT_SETPARAM },
> > +             { .param = I915_CONTEXT_PARAM_ENGINES },
> 
> Hm I don't remember seeing the engine map test in the series to this 
> point. Where is it?

"Are we nearly there yet?" Almost.

It's hard to tell what order to put these in as I use context cloning
for the gem_ctx_engine tests as well. You could say each subtest in a
separate patch so they all flow in some well defined order, I'm just
trying to make sure things work :)
-Chris


More information about the igt-dev mailing list