Re: [Intel-gfx] [PATCH 13/18] drm/i915/context: create & destroy ioctls

2012-03-30 Thread Daniel Vetter
On Fri, Mar 30, 2012 at 11:55:14AM -0700, Ben Widawsky wrote: > On Thu, 29 Mar 2012 21:35:35 +0200 > Daniel Vetter wrote: > > > On Sun, Mar 18, 2012 at 01:39:53PM -0700, Ben Widawsky wrote: > > > Add the interfaces to allow user space to create and destroy contexts. > > > Contexts are destroyed a

Re: [Intel-gfx] [PATCH 13/18] drm/i915/context: create & destroy ioctls

2012-03-30 Thread Ben Widawsky
On Thu, 29 Mar 2012 21:35:35 +0200 Daniel Vetter wrote: > On Sun, Mar 18, 2012 at 01:39:53PM -0700, Ben Widawsky wrote: > > Add the interfaces to allow user space to create and destroy contexts. > > Contexts are destroyed automatically if the file descriptor for the dri > > device is closed. > >

Re: [Intel-gfx] [PATCH 13/18] drm/i915/context: create & destroy ioctls

2012-03-29 Thread Daniel Vetter
On Sun, Mar 18, 2012 at 01:39:53PM -0700, Ben Widawsky wrote: > Add the interfaces to allow user space to create and destroy contexts. > Contexts are destroyed automatically if the file descriptor for the dri > device is closed. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_d

[Intel-gfx] [PATCH 13/18] drm/i915/context: create & destroy ioctls

2012-03-18 Thread Ben Widawsky
Add the interfaces to allow user space to create and destroy contexts. Contexts are destroyed automatically if the file descriptor for the dri device is closed. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_dma.c |2 + drivers/gpu/drm/i915/i915_drv.h |4 ++ dr