[PATCH 3/7] drm/amdgpu: let amdgpu_vm_clear_bo figure out ats status

2019-02-19 Thread Christian König
Instead of providing it from outside figure out the ats status in the function itself from the data structures. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 52 ++ 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/drivers/gpu/d

Re: [PATCH 3/7] drm/amdgpu: let amdgpu_vm_clear_bo figure out ats status

2019-02-19 Thread Kuehling, Felix
On 2019-02-19 8:40 a.m., Christian König wrote: > Instead of providing it from outside figure out the ats status in the > function itself from the data structures. > > Signed-off-by: Christian König One suggestion inline. Other than that this patch is Reviewed-by: Felix Kuehling Regards,   Fe