Re: [PATCH 1/1] drm/amdgpu: Reserve shared fence for eviction fence

2019-05-07 Thread Kasiviswanathan, Harish
Reviewed-by: Harish Kasiviswanathan On 2019-05-06 4:23 p.m., Kuehling, Felix wrote: > [CAUTION: External Email] > > Need to reserve space for the shared eviction fence when initializing > a KFD VM. > > Signed-off-by: Felix Kuehling > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 +

[PATCH 1/1] drm/amdgpu: Reserve shared fence for eviction fence

2019-05-06 Thread Kuehling, Felix
Need to reserve space for the shared eviction fence when initializing a KFD VM. Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers/gpu/drm/amd/amdgp