Re: [Intel-gfx] [PATCH 2/9] drm/i915/context: basic implementation context ioctls

2011-02-01 Thread Chris Wilson
On Tue, 1 Feb 2011 10:16:19 -0800, Ben Widawsky wrote: > Added the minimal amount of code to enable the two ioctls used for > creating and destroying contexts. Also added neccessary information in > the structures to implement some basic operations the ioctls will have > to perform. Locking to b

[Intel-gfx] [PATCH 2/9] drm/i915/context: basic implementation context ioctls

2011-02-01 Thread Ben Widawsky
Added the minimal amount of code to enable the two ioctls used for creating and destroying contexts. Also added neccessary information in the structures to implement some basic operations the ioctls will have to perform. A small whitespace fixup in the Makefile also made it in here. --- drivers/g