Re: [Intel-gfx] [PATCH 18/26] drm/i915: Always dma map page table allocations

2014-03-18 Thread Chris Wilson
On Mon, Mar 17, 2014 at 10:48:50PM -0700, Ben Widawsky wrote: > There is never a case where we don't want to do it. Since we've broken > up the allocations into nice clean helper functions, it's both easy and > obvious to do the dma mapping at the same time. Lvgtm. -Chris -- Chris Wilson, Intel

[Intel-gfx] [PATCH 18/26] drm/i915: Always dma map page table allocations

2014-03-17 Thread Ben Widawsky
There is never a case where we don't want to do it. Since we've broken up the allocations into nice clean helper functions, it's both easy and obvious to do the dma mapping at the same time. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_gtt.c | 78