summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-06-21 16:19:43 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 19:01:58 (GMT)
commit4d54588e94e3a8064cda2917840ffa345f19eec0 (patch)
tree0c3ffca29261b9e09b4eaae66efd4ed3f68e5ea9 /drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
parent06120a1e0fc5b0cfed12612cf85b02ae7c03ce4b (diff)
downloadlinux-4d54588e94e3a8064cda2917840ffa345f19eec0.tar.xz
drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop static
Not used outside of gfx7. Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
index ba78992..1f06dd9 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
@@ -3473,7 +3473,7 @@ static void gfx_v7_0_exit_rlc_safe_mode(struct amdgpu_device *adev)
*
* Halt the RLC ME (MicroEngine) (CIK).
*/
-void gfx_v7_0_rlc_stop(struct amdgpu_device *adev)
+static void gfx_v7_0_rlc_stop(struct amdgpu_device *adev)
{
WREG32(mmRLC_CNTL, 0);