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

2014-03-05 Thread Daniel Vetter
On Tue, Feb 25, 2014 at 11:36:15PM -0800, Ben Widawsky wrote: > On Tue, Feb 25, 2014 at 11:27:15PM -0800, Ben Widawsky wrote: > > On Tue, Feb 25, 2014 at 06:13:44PM -0800, Ben Widawsky wrote: > > > This patch converts insert_entries and clear_range, both functions which > > > are specific to the VM

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

2014-02-25 Thread Ben Widawsky
On Tue, Feb 25, 2014 at 11:27:15PM -0800, Ben Widawsky wrote: > On Tue, Feb 25, 2014 at 06:13:44PM -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.

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

2014-02-25 Thread Ben Widawsky
On Tue, Feb 25, 2014 at 06:13:44PM -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 w

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

2014-02-25 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