diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2017-05-11 22:12:21 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 23:39:38 +0200 |
commit | ab5cf3a55175da6a18cd818726d6c62a1f23cdad (patch) | |
tree | be9d021ef2b809e92d5741b3e044512aa1385fe6 /drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | |
parent | drm/amd/powerplay: add power profile support for Vega10 (v2) (diff) | |
download | linux-ab5cf3a55175da6a18cd818726d6c62a1f23cdad.tar.xz linux-ab5cf3a55175da6a18cd818726d6c62a1f23cdad.zip |
drm/amd/powerplay: add avfs fuse overdriver func.
Add a function to look up the AVFS fuse values for vega10
These are used to populate the avfs fuse table in the smu.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h index 1912e086c0cf..1d7dbad66ab3 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h @@ -210,6 +210,7 @@ struct vega10_smc_state_table { PPTable_t pp_table; Watermarks_t water_marks_table; AvfsTable_t avfs_table; + AvfsFuseOverride_t avfs_fuse_override_table; }; struct vega10_mclk_latency_entries { |