diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2017-09-08 14:34:33 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 20:06:57 +0300 |
commit | 9f4b35411cfed96d4f9f092b2fed14905af84d89 (patch) | |
tree | b20687f23b0d9a69b780c7905d03b1c5335db723 /drivers/gpu/drm/amd/powerplay/inc/smumgr.h | |
parent | 510c2558b9055f3ae8a405cb18e1cbb7262449fc (diff) | |
download | linux-9f4b35411cfed96d4f9f092b2fed14905af84d89.tar.xz |
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/powerplay/inc/smumgr.h')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/inc/smumgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h index eb6609116a7a..f807dd639aed 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/smumgr.h +++ b/drivers/gpu/drm/amd/powerplay/inc/smumgr.h @@ -33,6 +33,7 @@ struct pp_hwmgr; #define smu_lower_32_bits(n) ((uint32_t)(n)) #define smu_upper_32_bits(n) ((uint32_t)(((n)>>16)>>16)) +extern const struct pp_smumgr_func ci_smu_funcs; extern const struct pp_smumgr_func cz_smu_funcs; extern const struct pp_smumgr_func iceland_smu_funcs; extern const struct pp_smumgr_func tonga_smu_funcs; |