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

2013-09-19 Thread Chris Wilson
On Thu, Sep 19, 2013 at 07:15:47AM -0700, Ben Widawsky wrote: > @@ -1117,8 +1109,24 @@ i915_gem_do_execbuffer(struct drm_device *dev, void > *data, >* batch" bit. Hence we need to pin secure batches into the global gtt. >* hsw should have this fixed, but let's be paranoid and do it

[Intel-gfx] [PATCH] [v5] 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