]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Refine function name
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 28 Aug 2018 10:20:19 +0000 (18:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Sep 2018 02:09:18 +0000 (21:09 -0500)
commitb80bdfd5b7ff46676d48b673fcd8e8d7e8269076
treeae7c92a3d6cc96c3fceb773a1a0d5adbc3491f29
parent8cf2bc9a27ab20aa5eb66beeb52c97c53e09d27e
drm/amdgpu: Refine function name

change function name gfx_v6/7/8/9_0_gpu_init to
gfx_v6/7/8/9_0_constants_init.
this function is just for init gfx constants such
as max pipes, render backends...

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c