Re: [Intel-gfx] [RFC 04/10] drm/i915: Use explicit flag to mark unreachable intel_context

2020-03-13 Thread Chris Wilson
Quoting Tvrtko Ursulin (2020-03-11 18:26:12) > From: Tvrtko Ursulin > > I need to keep the GEM context around a bit longer so adding an explicit > flag for syncing execbuf with closed/abandonded contexts. > > Signed-off-by: Tvrtko Ursulin > --- > drivers/gpu/drm/i915/gem/i915_gem_context.c

[Intel-gfx] [RFC 04/10] drm/i915: Use explicit flag to mark unreachable intel_context

2020-03-11 Thread Tvrtko Ursulin
From: Tvrtko Ursulin I need to keep the GEM context around a bit longer so adding an explicit flag for syncing execbuf with closed/abandonded contexts. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c| 3 ++- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 2