diff options
| author | Rex Zhu <Rex.Zhu@amd.com> | 2017-09-08 19:34:33 +0800 | 
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 13:06:57 -0400 | 
| commit | 9f4b35411cfed96d4f9f092b2fed14905af84d89 (patch) | |
| tree | b20687f23b0d9a69b780c7905d03b1c5335db723 /drivers/gpu/drm/amd/include | |
| parent | 510c2558b9055f3ae8a405cb18e1cbb7262449fc (diff) | |
drm/amd/powerplay: add CI asics support to smumgr (v3)
This ports support for CI asics (Bonaire, Hawaii)
to the powerplay smumgr
v2: warning fix (Alex)
v3: squash in fix for thermal (Tom)
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/include')
| -rw-r--r-- | drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h index 34c6ff52710e..6af9f0217b34 100644 --- a/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h +++ b/drivers/gpu/drm/amd/include/asic_reg/smu/smu_7_0_1_sh_mask.h @@ -5454,5 +5454,7 @@  #define ROM_SW_DATA_64__ROM_SW_DATA__SHIFT 0x0  #define CURRENT_PG_STATUS__VCE_PG_STATUS_MASK 0x00000002  #define CURRENT_PG_STATUS__UVD_PG_STATUS_MASK 0x00000004 +#define SMC_SYSCON_MISC_CNTL__pre_fetcher_en_MASK  0x1 +#define SMC_SYSCON_MISC_CNTL__pre_fetcher_en__SHIFT 0  #endif /* SMU_7_0_1_SH_MASK_H */ | 
