Re: [Intel-gfx] [PATCH] [v6] drm/i915: Use the new vm [un]bind functions

2013-09-19 Thread Daniel Vetter
On Thu, Sep 19, 2013 at 10:41:19AM -0700, Ben Widawsky wrote: > On Thu, Sep 19, 2013 at 03:47:50PM +0100, Chris Wilson wrote: > > On Thu, Sep 19, 2013 at 07:41:23AM -0700, Ben Widawsky wrote: > > > diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c > > > b/drivers/gpu/drm/i915/i915_gem_execbu

Re: [Intel-gfx] [PATCH] [v6] drm/i915: Use the new vm [un]bind functions

2013-09-19 Thread Ben Widawsky
On Thu, Sep 19, 2013 at 03:47:50PM +0100, Chris Wilson wrote: > On Thu, Sep 19, 2013 at 07:41:23AM -0700, Ben Widawsky wrote: > > diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c > > b/drivers/gpu/drm/i915/i915_gem_execbuffer.c > > index b26d979..e57837c 100644 > > --- a/drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH] [v6] drm/i915: Use the new vm [un]bind functions

2013-09-19 Thread Chris Wilson
On Thu, Sep 19, 2013 at 07:41:23AM -0700, Ben Widawsky wrote: > diff --git a/drivers/gpu/drm/i915/i915_gem_execbuffer.c > b/drivers/gpu/drm/i915/i915_gem_execbuffer.c > index b26d979..e57837c 100644 > --- a/drivers/gpu/drm/i915/i915_gem_execbuffer.c > +++ b/drivers/gpu/drm/i915/i915_gem_execbuffer

[Intel-gfx] [PATCH] [v6] drm/i915: Use the new vm [un]bind functions

2013-09-19 Thread Ben Widawsky
From: Ben Widawsky Building on the last patch which created the new function pointers in the VM for bind/unbind, here we actually put those new function pointers to use. Split out as a separate patch to aid in review. I'm fine with squashing into the previous patch if people request it. v2: Upd