diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-06-21 18:16:30 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 21:01:57 +0200 |
commit | 06120a1e0fc5b0cfed12612cf85b02ae7c03ce4b (patch) | |
tree | f9a9dca45a0e9089eb60c586a6191255ff535397 /drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h | |
parent | drm/amdgpu: move select_se_sh into the gfx struct (diff) | |
download | linux-06120a1e0fc5b0cfed12612cf85b02ae7c03ce4b.tar.xz linux-06120a1e0fc5b0cfed12612cf85b02ae7c03ce4b.zip |
drm/amdgpu/gfx7: switch to using the existing rlc callbacks
gfx8 already uses them. Remove the direct exports and
use the callbacks fpr 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.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h index 406295d9995c..1fbb00a9f5f3 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h @@ -27,8 +27,6 @@ extern const struct amd_ip_funcs gfx_v7_0_ip_funcs; /* XXX these shouldn't be exported */ -void gfx_v7_0_enter_rlc_safe_mode(struct amdgpu_device *adev); -void gfx_v7_0_exit_rlc_safe_mode(struct amdgpu_device *adev); void gfx_v7_0_rlc_stop(struct amdgpu_device *adev); #endif |