]> asedeno.scripts.mit.edu Git - linux.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)
commit434e6df2f7fd7e9b11feb0af23f1cb4dbab80b42
treeae7c92a3d6cc96c3fceb773a1a0d5adbc3491f29
parent3547e3cf1976e6ff72098c8f8e7e4a1c3e727e1d
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