summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/cik_dpm.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2019-01-16 11:55:04 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-01-25 16:15:36 -0500
commitbc4b539e38508839a6c85d5c5ff52d32f6471fab (patch)
tree63bee7eabc1892472c5df94e180128d43f7ed3cf /drivers/gpu/drm/amd/amdgpu/cik_dpm.h
parent089888c46841cef767927c9e17e4c9c037d24c4e (diff)
drm/amdgpu: remove old CI DPM implementation
The power smu7 powerplay code is much more robust and has been the default for a while now. Remove the old code. Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik_dpm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/cik_dpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h
index 2a086610f74d..2fcc4b60153c 100644
--- a/drivers/gpu/drm/amd/amdgpu/cik_dpm.h
+++ b/drivers/gpu/drm/amd/amdgpu/cik_dpm.h
@@ -24,7 +24,6 @@
#ifndef __CIK_DPM_H__
#define __CIK_DPM_H__
-extern const struct amdgpu_ip_block_version ci_smu_ip_block;
extern const struct amdgpu_ip_block_version kv_smu_ip_block;
#endif