Re: [Mesa-dev] [PATCH v2 4/8] anv: Add vma_heap allocators in anv_device

2018-05-08 Thread Jason Ekstrand
On Mon, May 7, 2018 at 5:30 PM, Scott D Phillips wrote: > These will be used to assign virtual addresses to soft pinned > buffers in a later patch. > > Two allocators are added for separate 'low' and 'high' virtual > memory areas. Another alternative would have been

Re: [Mesa-dev] [PATCH v2 4/8] anv: Add vma_heap allocators in anv_device

2018-05-08 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2018-05-07 17:30:46, Scott D Phillips wrote: > These will be used to assign virtual addresses to soft pinned > buffers in a later patch. > > Two allocators are added for separate 'low' and 'high' virtual > memory areas. Another

[Mesa-dev] [PATCH v2 4/8] anv: Add vma_heap allocators in anv_device

2018-05-07 Thread Scott D Phillips
These will be used to assign virtual addresses to soft pinned buffers in a later patch. Two allocators are added for separate 'low' and 'high' virtual memory areas. Another alternative would have been to add a double-sided allocator, which wasn't done here just because it didn't appear to give