summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/power_state.h
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2019-04-18 10:38:51 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-05-24 12:20:47 -0500
commit437ccd175a7a3c9871536a26b2d28e3c99515e7f (patch)
tree6a38a9c18930c19b1c737c10e6b92f5463c34752 /drivers/gpu/drm/amd/powerplay/inc/power_state.h
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
downloadlinux-437ccd175a7a3c9871536a26b2d28e3c99515e7f.tar.bz2
drm/amd/powerplay: support hotspot/memory critical limit values
These new interfaces(temp2_crit, temp2_crit_hyst, temp3_crit, temp3_crit_hyst) are supported on SOC15 dGPUs only. Signed-off-by: Evan Quan <evan.quan@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/inc/power_state.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/power_state.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/power_state.h b/drivers/gpu/drm/amd/powerplay/inc/power_state.h
index a99b5cbb113e..a8988e7d58c6 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/power_state.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/power_state.h
@@ -124,6 +124,10 @@ struct PP_StateSoftwareAlgorithmBlock {
struct PP_TemperatureRange {
int min;
int max;
+ int hotspot_min;
+ int hotspot_crit_max;
+ int mem_min;
+ int mem_crit_max;
};
struct PP_StateValidationBlock {