Re: [Mesa-dev] [PATCH] winsys/amdgpu: align VA allocations to fragment size

2017-05-23 Thread Marek Olšák
On Tue, May 23, 2017 at 6:43 PM, Christian König wrote: > From: Christian König > > BOs larger than the minimum fragment size should have their VA > alignet to at least the fragment size for optimal performance. > > Signed-off-by: Christian König > --- > src/amd/common/ac_gpu_info.c

[Mesa-dev] [PATCH] winsys/amdgpu: align VA allocations to fragment size

2017-05-23 Thread Christian König
From: Christian König BOs larger than the minimum fragment size should have their VA alignet to at least the fragment size for optimal performance. Signed-off-by: Christian König --- src/amd/common/ac_gpu_info.c | 1 + src/amd/common/ac_gpu_info.h | 1 + src/g