[Intel-gfx] [PATCH 9/9] drm/i915: Split GEN6 PPGTT initialization up

2014-02-19 Thread Ben Widawsky
Simply to match the GEN8 style of PPGTT initialization, split up the allocations and mappings. Unlike GEN8, we skip a separate dma_addr_t allocation function, as it is much simpler pre-gen8. With this code it would be easy to make a more general PPGTT initialization function with per GEN alloc/map

Re: [Intel-gfx] [PATCH 9/9] drm/i915: Split GEN6 PPGTT initialization up

2014-02-13 Thread Chris Wilson
On Wed, Feb 12, 2014 at 02:28:52PM -0800, Ben Widawsky wrote: > Simply to match the GEN8 style of PPGTT initialization, split up the > allocations and mappings. Unlike GEN8, we skip a separate dma_addr_t > allocation function, as it is much simpler pre-gen8. > > With this code it would be easy to

[Intel-gfx] [PATCH 9/9] drm/i915: Split GEN6 PPGTT initialization up

2014-02-12 Thread Ben Widawsky
Simply to match the GEN8 style of PPGTT initialization, split up the allocations and mappings. Unlike GEN8, we skip a separate dma_addr_t allocation function, as it is much simpler pre-gen8. With this code it would be easy to make a more general PPGTT initialization function with per GEN alloc/map

[Intel-gfx] [PATCH 9/9] drm/i915: Split GEN6 PPGTT initialization up

2013-12-25 Thread Ben Widawsky
Simply to match the GEN8 style of PPGTT initialization, split up the allocations and mappings. Unlike GEN8, we skip a separate dma_addr_t allocation function, as it is much simpler pre-gen8. With this code it would be easy to make a more general PPGTT initialization function with per GEN alloc/map