Re: [PATCH 1/7] drm/amdgpu: clear PDs/PTs only after initializing them

2019-02-19 Thread Kuehling, Felix
I commented on patches 2 and 3 in separate emails. The rest of the series is Reviewed-by: Felix Kuehling On 2019-02-19 8:40 a.m., Christian König wrote: > Clear the VM PDs/PTs only after initializing all the structures. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/am

[PATCH 1/7] drm/amdgpu: clear PDs/PTs only after initializing them

2019-02-19 Thread Christian König
Clear the VM PDs/PTs only after initializing all the structures. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_v