Re: [Intel-gfx] [PATCH 4/5] drm/i915: Drop the CONTEXT_CLONE API

2021-03-18 Thread Tvrtko Ursulin
On 17/03/2021 23:40, Jason Ekstrand wrote: It's never been used by any real userspace. It's used by IGT as a short-cut for sharing VMs and other stuff between contexts. I haven't checked if userspace uses this so assuming that is fine, the only thing that remains is preparing the IGTs for t

[PATCH 4/5] drm/i915: Drop the CONTEXT_CLONE API

2021-03-17 Thread Jason Ekstrand
It's never been used by any real userspace. It's used by IGT as a short-cut for sharing VMs and other stuff between contexts. Signed-off-by: Jason Ekstrand Cc: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 217 +--- include/uapi/drm/i915_drm.h