Re: [Intel-gfx] [PATCH 14/18] drm/i915/context: switch contexts with execbuf2

2012-03-30 Thread Daniel Vetter
On Fri, Mar 30, 2012 at 11:58:20AM -0700, Ben Widawsky wrote: > On Thu, 29 Mar 2012 21:38:20 +0200 > Daniel Vetter wrote: > > > On Sun, Mar 18, 2012 at 01:39:54PM -0700, Ben Widawsky wrote: > > > Use the rsvd1 field in execbuf2 to specify the context ID associated > > > with the workload. This wi

Re: [Intel-gfx] [PATCH 14/18] drm/i915/context: switch contexts with execbuf2

2012-03-30 Thread Ben Widawsky
On Thu, 29 Mar 2012 21:38:20 +0200 Daniel Vetter wrote: > On Sun, Mar 18, 2012 at 01:39:54PM -0700, Ben Widawsky wrote: > > Use the rsvd1 field in execbuf2 to specify the context ID associated > > with the workload. This will allow the driver to do the proper context > > switch when/if needed. >

Re: [Intel-gfx] [PATCH 14/18] drm/i915/context: switch contexts with execbuf2

2012-03-29 Thread Daniel Vetter
On Sun, Mar 18, 2012 at 01:39:54PM -0700, Ben Widawsky wrote: > Use the rsvd1 field in execbuf2 to specify the context ID associated > with the workload. This will allow the driver to do the proper context > switch when/if needed. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915

[Intel-gfx] [PATCH 14/18] drm/i915/context: switch contexts with execbuf2

2012-03-18 Thread Ben Widawsky
Use the rsvd1 field in execbuf2 to specify the context ID associated with the workload. This will allow the driver to do the proper context switch when/if needed. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_execbuffer.c |6 ++ include/drm/i915_drm.h