Re: [PATCH 4/6] drm/ttm: move ttm_tt_create into ttm_tt.c

2018-02-22 Thread Michel Dänzer
On 2018-02-22 04:02 PM, Christian König wrote: > Rename ttm_bo_add_ttm to ttm_tt_create, clean it up and move it into > ttm_tt.c. Please split this up into two changes, one which just moves the code and renames the function, without any actual code changes, and another one which cleans up the

[PATCH 4/6] drm/ttm: move ttm_tt_create into ttm_tt.c

2018-02-22 Thread Christian König
Rename ttm_bo_add_ttm to ttm_tt_create, clean it up and move it into ttm_tt.c. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo.c| 50 ++--- drivers/gpu/drm/ttm/ttm_tt.c| 43 +++