Re: [Intel-gfx] [PATCH 06/11] drm/i915/context: ringbuffer context switch code

2012-02-16 Thread Ben Widawsky
On Wed, 15 Feb 2012 12:11:58 -0800 Eric Anholt wrote: > On Tue, 14 Feb 2012 22:09:13 +0100, Ben Widawsky wrote: > > This is the HW dependent context switch code. > > > > Signed-off-by: Ben Widawsky > > --- > > drivers/gpu/drm/i915/i915_drv.h |3 + > > drivers/gpu/drm/i915/intel_ri

Re: [Intel-gfx] [PATCH 06/11] drm/i915/context: ringbuffer context switch code

2012-02-15 Thread Eric Anholt
On Tue, 14 Feb 2012 22:09:13 +0100, Ben Widawsky wrote: > This is the HW dependent context switch code. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_drv.h |3 + > drivers/gpu/drm/i915/intel_ringbuffer.c | 117 > +++ > drivers/gpu/dr

[Intel-gfx] [PATCH 06/11] drm/i915/context: ringbuffer context switch code

2012-02-14 Thread Ben Widawsky
This is the HW dependent context switch code. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_drv.h |3 + drivers/gpu/drm/i915/intel_ringbuffer.c | 117 +++ drivers/gpu/drm/i915/intel_ringbuffer.h |6 ++- 3 files changed, 125 insertions(+),