summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600_dpm.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2012-11-14 19:57:42 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-06-27 19:15:50 -0400
commit61b7d6011054ebb63a18ef8fafe4ccf1b2039b61 (patch)
tree48069cb7fde74fd927cecd2df209e5e7d540e1f4 /drivers/gpu/drm/radeon/r600_dpm.h
parent8a227555a8e9826a518878a366c007931304a0a8 (diff)
downloadlinux-61b7d6011054ebb63a18ef8fafe4ccf1b2039b61.tar.bz2
drm/radeon/dpm: add helpers for extended power tables (v2)
This data will be needed for dpm on newer asics. v2: fix typo in rebase Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600_dpm.h')
-rw-r--r--drivers/gpu/drm/radeon/r600_dpm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r600_dpm.h b/drivers/gpu/drm/radeon/r600_dpm.h
index bd33aa1df036..c6b9e30f20c2 100644
--- a/drivers/gpu/drm/radeon/r600_dpm.h
+++ b/drivers/gpu/drm/radeon/r600_dpm.h
@@ -215,4 +215,7 @@ int r600_set_thermal_temperature_range(struct radeon_device *rdev,
int min_temp, int max_temp);
bool r600_is_internal_thermal_sensor(enum radeon_int_thermal_type sensor);
+int r600_parse_extended_power_table(struct radeon_device *rdev);
+void r600_free_extended_power_table(struct radeon_device *rdev);
+
#endif