Re: [Intel-gfx] [PATCH 08/11] drm/i915: mm_list is per VMA

2013-07-10 Thread Ben Widawsky
On Tue, Jul 09, 2013 at 09:18:46AM +0200, Daniel Vetter wrote: > On Mon, Jul 08, 2013 at 11:08:39PM -0700, Ben Widawsky wrote: > > formerly: "drm/i915: Create VMAs (part 5) - move mm_list" > > > > The mm_list is used for the active/inactive LRUs. Since those LRUs are > > per address space, the lin

Re: [Intel-gfx] [PATCH 08/11] drm/i915: mm_list is per VMA

2013-07-09 Thread Daniel Vetter
On Mon, Jul 08, 2013 at 11:08:39PM -0700, Ben Widawsky wrote: > formerly: "drm/i915: Create VMAs (part 5) - move mm_list" > > The mm_list is used for the active/inactive LRUs. Since those LRUs are > per address space, the link should be per VMx . > > Because we'll only ever have 1 VMA before this

[Intel-gfx] [PATCH 08/11] drm/i915: mm_list is per VMA

2013-07-08 Thread Ben Widawsky
formerly: "drm/i915: Create VMAs (part 5) - move mm_list" The mm_list is used for the active/inactive LRUs. Since those LRUs are per address space, the link should be per VMx . Because we'll only ever have 1 VMA before this point, it's not incorrect to defer this change until this point in the pa