Re: [PATCH 2/3] drm/amdgpu: reserve at least 4MB of VRAM for page tables v2

2019-09-03 Thread Kuehling, Felix
On 2019-09-03 5:09 a.m., Christian König wrote: > This hopefully helps reduce the contention for page tables. > > v2: adjust maximum reported VRAM size as well > > Signed-off-by: Christian König I'll need to do something similar (and also take the vram_pin_size into account) in amdgpu_amdkfd_res

[PATCH 2/3] drm/amdgpu: reserve at least 4MB of VRAM for page tables v2

2019-09-03 Thread Christian König
This hopefully helps reduce the contention for page tables. v2: adjust maximum reported VRAM size as well Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 18 -- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 3 +++ drivers/gpu/drm/amd/amdgpu/am