Re: [Intel-gfx] [PATCH 4/9] [v3] drm/i915: Make clear/insert vfuncs args absolute

2014-02-24 Thread Imre Deak
On Thu, 2014-02-20 at 11:50 -0800, Ben Widawsky wrote: > This patch converts insert_entries and clear_range, both functions which > are specific to the VM. These functions tend to encapsulate the gen > specific PTE writes. Passing absolute addresses to the insert_entries, > and clear_range will hel

[Intel-gfx] [PATCH 4/9] [v3] drm/i915: Make clear/insert vfuncs args absolute

2014-02-20 Thread Ben Widawsky
This patch converts insert_entries and clear_range, both functions which are specific to the VM. These functions tend to encapsulate the gen specific PTE writes. Passing absolute addresses to the insert_entries, and clear_range will help make the logic clearer within the functions as to what's goin