Re: [PATCH] drm/amdgpu: make sure userptr ttm is allocated

2020-08-07 Thread Michel Dänzer
On 2020-08-06 2:56 p.m., Christian König wrote: > We need to allocate that manually now. > > Signed-off-by: Christian König > Fixes: 2ddef17678bc (HEAD) drm/ttm: make TT creation purely optional v3 > --- > .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c| 2 +- > drivers/gpu/drm/amd/amdgpu/amdg

Re: [PATCH] drm/amdgpu: make sure userptr ttm is allocated

2020-08-06 Thread Michel Dänzer
On 2020-08-06 2:56 p.m., Christian König wrote: > We need to allocate that manually now. > > Signed-off-by: Christian König > Fixes: 2ddef17678bc (HEAD) drm/ttm: make TT creation purely optional v3 Reviewed-by: Michel Dänzer Tested-by: Michel Dänzer Thanks! -- Earthling Michel Dänzer

[PATCH] drm/amdgpu: make sure userptr ttm is allocated

2020-08-06 Thread Christian König
We need to allocate that manually now. Signed-off-by: Christian König Fixes: 2ddef17678bc (HEAD) drm/ttm: make TT creation purely optional v3 --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_tt