Re: [Mesa-dev] [PATCH 4/7] winsys/amdgpu: clean up code around BO VM alignment

2018-11-28 Thread Bas Nieuwenhuizen
On Mon, Nov 26, 2018 at 8:54 PM Marek Olšák wrote: > > On Mon, Nov 26, 2018 at 8:46 AM Bas Nieuwenhuizen wrote: >> >> patches 4-7 are >> >> Reviewed-by: Bas Nieuwenhuizen >> >> though I agree with Christian that it would be nice to get a case >> where 7 improves things before we submit it. >>

Re: [Mesa-dev] [PATCH 4/7] winsys/amdgpu: clean up code around BO VM alignment

2018-11-26 Thread Marek Olšák
On Mon, Nov 26, 2018 at 8:46 AM Bas Nieuwenhuizen wrote: > patches 4-7 are > > Reviewed-by: Bas Nieuwenhuizen > > though I agree with Christian that it would be nice to get a case > where 7 improves things before we submit it. > > For patches 1-3 I need to dive into the slab allocator before I

Re: [Mesa-dev] [PATCH 4/7] winsys/amdgpu: clean up code around BO VM alignment

2018-11-26 Thread Bas Nieuwenhuizen
patches 4-7 are Reviewed-by: Bas Nieuwenhuizen though I agree with Christian that it would be nice to get a case where 7 improves things before we submit it. For patches 1-3 I need to dive into the slab allocator before I have enough knowledge to review. On Sat, Nov 24, 2018 at 12:41 AM Marek

[Mesa-dev] [PATCH 4/7] winsys/amdgpu: clean up code around BO VM alignment

2018-11-23 Thread Marek Olšák
From: Marek Olšák --- src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c b/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c index a9271c33ee9..36e2c4ec0dc 100644 ---