Commit 4d54588e authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/gfx7: make gfx_v7_0_rlc_stop static

Not used outside of gfx7.
Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 06120a1e
...@@ -3473,7 +3473,7 @@ static void gfx_v7_0_exit_rlc_safe_mode(struct amdgpu_device *adev) ...@@ -3473,7 +3473,7 @@ static void gfx_v7_0_exit_rlc_safe_mode(struct amdgpu_device *adev)
* *
* Halt the RLC ME (MicroEngine) (CIK). * 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); WREG32(mmRLC_CNTL, 0);
......
...@@ -26,7 +26,4 @@ ...@@ -26,7 +26,4 @@
extern const struct amd_ip_funcs gfx_v7_0_ip_funcs; extern const struct amd_ip_funcs gfx_v7_0_ip_funcs;
/* XXX these shouldn't be exported */
void gfx_v7_0_rlc_stop(struct amdgpu_device *adev);
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment