Re: [PATCH 1/1] drm/amdgpu: Remove rounding from vram allocation path

2022-07-25 Thread Felix Kuehling
Am 2022-07-25 um 13:14 schrieb Daniel Phillips: Rounding up allocations in the allocation path caused test regressions, so now just round in the availability path. --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH 1/1] drm/amdgpu: Remove rounding from vram allocation path

2022-07-25 Thread Daniel Phillips
Rounding up allocations in the allocation path caused test regressions, so now just round in the availability path. --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c