diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2018-11-01 13:42:42 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-11-05 15:49:37 -0500 |
commit | ccf191f8aabf8cb7bb01e4efae7bdb73614c745b (patch) | |
tree | eafac3d749e02c72472f58ca0c52397022938ddb /drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | |
parent | 3a10f6e8aa14f3f512e59da04397e002d2810111 (diff) | |
download | linux-ccf191f8aabf8cb7bb01e4efae7bdb73614c745b.tar.gz linux-ccf191f8aabf8cb7bb01e4efae7bdb73614c745b.tar.bz2 linux-ccf191f8aabf8cb7bb01e4efae7bdb73614c745b.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h index 479a2459e558..664f54930560 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h @@ -94,6 +94,6 @@ struct amdgpu_buffer_funcs { #define amdgpu_emit_fill_buffer(adev, ib, s, d, b) (adev)->mman.buffer_funcs->emit_fill_buffer((ib), (s), (d), (b)) struct amdgpu_sdma_instance * -amdgpu_get_sdma_instance(struct amdgpu_ring *ring); +amdgpu_sdma_get_instance_from_ring(struct amdgpu_ring *ring); #endif |