RE: [PATCH 1/2] drm/amdgpu: move VM table mapping into the backend as well

2019-03-26 Thread Liu, Monk
: move VM table mapping into the backend as well Clean that up further and also fix another case where the BO wasn't kmapped for CPU based updates. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 31 - drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h

Re: [PATCH 1/2] drm/amdgpu: move VM table mapping into the backend as well

2019-03-25 Thread Kuehling, Felix
The series is Reviewed-by: Felix Kuehling On 2019-03-25 8:22 a.m., Christian König wrote: > Clean that up further and also fix another case where the BO > wasn't kmapped for CPU based updates. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 31

[PATCH 1/2] drm/amdgpu: move VM table mapping into the backend as well

2019-03-25 Thread Christian König
Clean that up further and also fix another case where the BO wasn't kmapped for CPU based updates. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 31 - drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 +-