Re: [Intel-gfx] [PATCH v4 07/24] drm/i915: Create page table allocators

2015-02-23 Thread Michel Thierry
On 2/20/2015 4:50 PM, Mika Kuoppala wrote: Michel Thierry writes: From: Ben Widawsky As we move toward dynamic page table allocation, it becomes much easier to manage our data structures if break do things less coarsely by breaking up all of our actions into individual tasks. This makes the

Re: [Intel-gfx] [PATCH v4 07/24] drm/i915: Create page table allocators

2015-02-20 Thread Mika Kuoppala
Michel Thierry writes: > From: Ben Widawsky > > As we move toward dynamic page table allocation, it becomes much easier > to manage our data structures if break do things less coarsely by > breaking up all of our actions into individual tasks. This makes the > code easier to write, read, and ve

[Intel-gfx] [PATCH v4 07/24] drm/i915: Create page table allocators

2015-01-22 Thread Michel Thierry
From: Ben Widawsky As we move toward dynamic page table allocation, it becomes much easier to manage our data structures if break do things less coarsely by breaking up all of our actions into individual tasks. This makes the code easier to write, read, and verify. Aside from the dissection of