]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: Refine function name
authorRex Zhu <Rex.Zhu@amd.com>
Thu, 1 Nov 2018 05:42:42 +0000 (13:42 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 20:49:37 +0000 (15:49 -0500)
commitccf191f8aabf8cb7bb01e4efae7bdb73614c745b
treeeafac3d749e02c72472f58ca0c52397022938ddb
parent3a10f6e8aa14f3f512e59da04397e002d2810111
drm/amdgpu: Refine function name

there is no functional changes.just
refine function name to keep
consistence with other files.

change amdgpu_get_sdma_instance to
amdgpu_sdma_get_instance_from_ring.
suggested by alex.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Flora Cui <flora.cui@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/amdgpu_sdma.c
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c