Re: [Mesa-dev] [PATCH 0/7] winsys/amdgpu: slab allocators and tweaks for address translation

2018-11-24 Thread Christian König
Patch #5 and #6 are Reviewed-by: Christian König For patch #7 I think we really need some testing if that gives us an improvement. As you noted as well that we have buffer which are slightly smaller than a power of two is rather unlikely. Christian. Am 24.11.18 um 00:40 schrieb Marek

[Mesa-dev] [PATCH 0/7] winsys/amdgpu: slab allocators and tweaks for address translation

2018-11-23 Thread Marek Olšák
Hi, This series changes the slab allocation to 3 slab allocators layered on top of each other, and increases the max slab entry size to 256 KB and the max slab size to 2 MB. There are also tweaks for faster address translation, though we don't know whether it helps anything. Please review.