Re: [Intel-gfx] [RFC 1/2] drm/i915: Store LRC hardware id in the request

2016-04-20 Thread Chris Wilson
On Wed, Apr 20, 2016 at 03:24:56PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > This way in the following patch we can disconnect requests > from contexts. > > Signed-off-by: Tvrtko Ursulin > --- > drivers/gpu/drm/i915/i915_drv.h | 2 ++ > drivers/gpu/drm/i915/intel_lrc.c | 3 ++- >

[Intel-gfx] [RFC 1/2] drm/i915: Store LRC hardware id in the request

2016-04-20 Thread Tvrtko Ursulin
From: Tvrtko Ursulin This way in the following patch we can disconnect requests from contexts. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/intel_lrc.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915