Re: [Intel-gfx] [PATCH 1/2] intel: Add support for overriding the PCI ID via an environment variable

2012-03-05 Thread Eric Anholt
On Sat, 3 Mar 2012 16:22:45 +0100, Julien Cristau wrote: > On Tue, Feb 21, 2012 at 21:11:07 +, Chris Wilson wrote: > > > On Tue, 21 Feb 2012 12:59:37 -0800, Kenneth Graunke > > wrote: > > > @@ -1828,6 +1829,9 @@ drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int > > > used, > > > execbuf.r

[Intel-gfx] [PATCH 2/2] intel: Add per-dword decode of gen7 3DPRIMITIVE.

2012-03-05 Thread Eric Anholt
--- intel/intel_decode.c | 29 - intel/tests/gen7-3d.batch-ref.txt | 14 +++--- 2 files changed, 31 insertions(+), 12 deletions(-) diff --git a/intel/intel_decode.c b/intel/intel_decode.c index af621d4..df9b704 100644 --- a/intel/intel_decode.c

[Intel-gfx] [PATCH 1/2] intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement.

2012-03-05 Thread Eric Anholt
--- intel/intel_decode.c | 32 +--- 1 files changed, 17 insertions(+), 15 deletions(-) diff --git a/intel/intel_decode.c b/intel/intel_decode.c index 2ea8f67..af621d4 100644 --- a/intel/intel_decode.c +++ b/intel/intel_decode.c @@ -3005,6 +3005,22 @@ gen7_3DSTATE_WM(

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] [RFC PATCH 00/11] i915 HW context support

2012-03-05 Thread Ben Widawsky
On Wed, 15 Feb 2012 23:12:20 +0100 Daniel Vetter wrote: > On Tue, Feb 14, 2012 at 10:09:07PM +0100, Ben Widawsky wrote: > > These patches are a heavily revised version of the patches I wrote over > > a year ago. These patches have passed basic tests on SNB, and IVB, and > > older versions worked

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 02/11] drm/i915: track tlb invalidate GFX_MODE state

2012-03-05 Thread Ben Widawsky
On Wed, 15 Feb 2012 11:36:10 -0800 Eric Anholt wrote: > On Tue, 14 Feb 2012 22:09:09 +0100, Ben Widawsky wrote: > > This is needed for an upcoming workaround. > > > > Signed-off-by: Ben Widawsky > > --- > > drivers/gpu/drm/i915/intel_ringbuffer.c |4 > > drivers/gpu/drm/i915/intel_ri

Re: [Intel-gfx] [PATCH 02/11] drm/i915: track tlb invalidate GFX_MODE state

2012-03-05 Thread Ben Widawsky
On Tue, 14 Feb 2012 20:48:27 -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 08/11] drm/i915/context: extend contexts to execbuffer2

2012-03-05 Thread Ben Widawsky
On Wed, 15 Feb 2012 12:16:20 -0800 Eric Anholt wrote: > On Tue, 14 Feb 2012 22:09:15 +0100, Ben Widawsky wrote: > > Extend the flag parameter to support the context id (from the create > > IOCTL) so that userspace can associate a context with the batchbuffer. > > > > Signed-off-by: Ben Widawsky