Re: [PATCH 03/11] drm/amdgpu: cleanup VM handling in the CS a bit

2018-08-23 Thread Huang Rui
On Wed, Aug 22, 2018 at 05:05:09PM +0200, Christian König wrote: > Add a helper function for getting the root PD addr and cleanup join the > two VM related functions and cleanup the function name. > > No functional change. > > Signed-off-by: Christian König Reviewed-by: Huang Rui > --- >

Re: [PATCH 03/11] drm/amdgpu: cleanup VM handling in the CS a bit

2018-08-22 Thread Alex Deucher
On Wed, Aug 22, 2018 at 11:05 AM Christian König wrote: > > Add a helper function for getting the root PD addr and cleanup join the > two VM related functions and cleanup the function name. > > No functional change. > > Signed-off-by: Christian König Reviewed-by: Alex Deucher > --- >

[PATCH 03/11] drm/amdgpu: cleanup VM handling in the CS a bit

2018-08-22 Thread Christian König
Add a helper function for getting the root PD addr and cleanup join the two VM related functions and cleanup the function name. No functional change. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 160 - 1 file changed, 74 insertions(+), 86