Re: [Mesa-dev] [PATCH v2 5/8] anv: soft pin state pools

2018-05-08 Thread Jordan Justen
On 2018-05-07 17:30:47, Scott D Phillips wrote: > The state_pools reserve virtual address space of the full > BLOCK_POOL_MEMFD_SIZE, but maintain the current behavior of > growing from the middle. > > v2: - rename block_pool::offset to block_pool::start_address (Jason) > - assign state pool st

Re: [Mesa-dev] [PATCH v2 5/8] anv: soft pin state pools

2018-05-08 Thread Jason Ekstrand
On Mon, May 7, 2018 at 5:30 PM, Scott D Phillips wrote: > The state_pools reserve virtual address space of the full > BLOCK_POOL_MEMFD_SIZE, but maintain the current behavior of > growing from the middle. > > v2: - rename block_pool::offset to block_pool::start_address (Jason) > - assign stat

[Mesa-dev] [PATCH v2 5/8] anv: soft pin state pools

2018-05-07 Thread Scott D Phillips
The state_pools reserve virtual address space of the full BLOCK_POOL_MEMFD_SIZE, but maintain the current behavior of growing from the middle. v2: - rename block_pool::offset to block_pool::start_address (Jason) - assign state pool start_address statically (Jason) --- src/intel/vulkan/anv_all