Re: [Intel-gfx] [PATCH 05/11] drm/i915/context: Preliminary context support

2012-03-05 Thread Ben Widawsky
On Wed, 15 Feb 2012 12:23:44 -0800 Eric Anholt wrote: > On Tue, 14 Feb 2012 22:09:12 +0100, Ben Widawsky wrote: > > From: Ben Widawsky > > > > Create all the necessary data structures and hooks to support a context > > API for userspace. Also plumb in the calls from the i915 core into the > >

Re: [Intel-gfx] [PATCH 05/11] drm/i915/context: Preliminary context support

2012-03-05 Thread Ben Widawsky
On Tue, 14 Feb 2012 20:49:00 -0200 Eugeni Dodonov wrote: > Reviewed-by: Eugeni Dodonov Thanks. ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 05/11] drm/i915/context: Preliminary context support

2012-02-15 Thread Eric Anholt
On Tue, 14 Feb 2012 22:09:12 +0100, Ben Widawsky wrote: > From: Ben Widawsky > > Create all the necessary data structures and hooks to support a context > API for userspace. Also plumb in the calls from the i915 core into the > context subsystem. There is a new file i915_context.c which will hol

Re: [Intel-gfx] [PATCH 05/11] drm/i915/context: Preliminary context support

2012-02-14 Thread Eugeni Dodonov
On Tue, Feb 14, 2012 at 19:09, Ben Widawsky wrote: > From: Ben Widawsky > > Create all the necessary data structures and hooks to support a context > API for userspace. Also plumb in the calls from the i915 core into the > context subsystem. There is a new file i915_context.c which will hold a >

[Intel-gfx] [PATCH 05/11] drm/i915/context: Preliminary context support

2012-02-14 Thread Ben Widawsky
From: Ben Widawsky Create all the necessary data structures and hooks to support a context API for userspace. Also plumb in the calls from the i915 core into the context subsystem. There is a new file i915_context.c which will hold a majority of the context related code. This file has nulled func