summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-06-08 13:04:35 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-06-15 08:00:46 +0200
commit3ff211270a986f19c7983378ee9c4db2497eaeaf (patch)
treea06699c7842531ce4bde8e72c8ab3e6a833f46fb /drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h
parentRevert "drm/amdgpu: add pipeline sync while vmid switch in same ctx" (diff)
downloadlinux-3ff211270a986f19c7983378ee9c4db2497eaeaf.tar.xz
linux-3ff211270a986f19c7983378ee9c4db2497eaeaf.zip
drm/amd/powerplay: update powerplay table parsing
to handle pptable format change on Polaris boards 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/hwmgr_ppt.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h
index 347fef127ce9..2930a3355948 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h
@@ -39,6 +39,7 @@ struct phm_ppt_v1_clock_voltage_dependency_record {
uint8_t phases;
uint8_t cks_enable;
uint8_t cks_voffset;
+ uint32_t sclk_offset;
};
typedef struct phm_ppt_v1_clock_voltage_dependency_record phm_ppt_v1_clock_voltage_dependency_record;