[PATCH] drm/amdkfd: Calculate CPU VCRAT size dynamically

2020-09-18 Thread Kent Russell
Instead of guessing at a sufficient size for the CPU VCRAT, base the size on the number of online NUMA nodes. Signed-off-by: Kent Russell Change-Id: I5fb6e60f1410ad696ab78d780d0b40d01a4f829b --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 26 -- 1 file changed, 16 insertions(

Re: [PATCH] drm/amdkfd: Calculate CPU VCRAT size dynamically

2020-09-18 Thread Felix Kuehling
Am 2020-09-18 um 1:31 p.m. schrieb Kent Russell: > Instead of guessing at a sufficient size for the CPU VCRAT, base the > size on the number of online NUMA nodes. > > Signed-off-by: Kent Russell > Change-Id: I5fb6e60f1410ad696ab78d780d0b40d01a4f829b Please remove the ChangeId. > --- > drivers