Re: [Intel-gfx] [PATCH 10/16] drm/i915: Mark the shadow gvt context as closed

2016-12-09 Thread Tvrtko Ursulin
On 07/12/2016 13:58, Chris Wilson wrote: As the shadow gvt is not user accessible and does not have an associated vm, we can mark it as closed during its construction. This saves leaking the internal knowledge of i915_gem_context into gvt/. Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 10/16] drm/i915: Mark the shadow gvt context as closed

2016-12-07 Thread Chris Wilson
As the shadow gvt is not user accessible and does not have an associated vm, we can mark it as closed during its construction. This saves leaking the internal knowledge of i915_gem_context into gvt/. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gvt/scheduler.c