aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-06-04 01:33:14 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-06-15 13:20:45 -0400
commitc5792d7776e61737af200bf6f0d15354b5a3d205 (patch)
tree97d585f9accbaae7deb6970414da85fa9768631b /drivers/gpu/drm/amd/powerplay/inc
parentdc85db256d47062955145264df5923f03b85b0c6 (diff)
drm/amd/pp: Remove SAMU support in powerplay
As the SAMU ip was not supported in linux, so delete the SAMU support in powerplay on asics Bonarire/Hawwii/Tonga/Fiji/Polaris/vegam. Reviewed-by: Alex Deucher <alexander.deucher@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/powerplay/inc')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/smumgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
index 6c22ed9249bf..89dfbf53c7e6 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h
@@ -29,7 +29,6 @@
29enum SMU_TABLE { 29enum SMU_TABLE {
30 SMU_UVD_TABLE = 0, 30 SMU_UVD_TABLE = 0,
31 SMU_VCE_TABLE, 31 SMU_VCE_TABLE,
32 SMU_SAMU_TABLE,
33 SMU_BIF_TABLE, 32 SMU_BIF_TABLE,
34}; 33};
35 34
@@ -47,7 +46,6 @@ enum SMU_MEMBER {
47 UcodeLoadStatus, 46 UcodeLoadStatus,
48 UvdBootLevel, 47 UvdBootLevel,
49 VceBootLevel, 48 VceBootLevel,
50 SamuBootLevel,
51 LowSclkInterruptThreshold, 49 LowSclkInterruptThreshold,
52 DRAM_LOG_ADDR_H, 50 DRAM_LOG_ADDR_H,
53 DRAM_LOG_ADDR_L, 51 DRAM_LOG_ADDR_L,