Re: [PATCH] drm/ttm: device naming cleanup

2021-01-22 Thread Huang Rui
On Thu, Jan 21, 2021 at 07:58:18PM +0800, Christian König wrote: > Rename ttm_bo_device to ttm_device. > Rename ttm_bo_driver to ttm_device_funcs. > Rename ttm_bo_global to ttm_global. > > Move global and device related functions to ttm_device.[ch]. > > No functional change. > > Signed-off-by:

[PATCH] drm/ttm: device naming cleanup

2021-01-21 Thread Christian König
Rename ttm_bo_device to ttm_device. Rename ttm_bo_driver to ttm_device_funcs. Rename ttm_bo_global to ttm_global. Move global and device related functions to ttm_device.[ch]. No functional change. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-