aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rv770_dpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/rv770_dpm.h')
-rw-r--r--drivers/gpu/drm/radeon/rv770_dpm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rv770_dpm.h b/drivers/gpu/drm/radeon/rv770_dpm.h
index 0f33f9bb244f..8cd878397f54 100644
--- a/drivers/gpu/drm/radeon/rv770_dpm.h
+++ b/drivers/gpu/drm/radeon/rv770_dpm.h
@@ -270,4 +270,8 @@ int rv770_read_smc_soft_register(struct radeon_device *rdev,
270int rv770_write_smc_soft_register(struct radeon_device *rdev, 270int rv770_write_smc_soft_register(struct radeon_device *rdev,
271 u16 reg_offset, u32 value); 271 u16 reg_offset, u32 value);
272 272
273/* thermal */
274int rv770_set_thermal_temperature_range(struct radeon_device *rdev,
275 int min_temp, int max_temp);
276
273#endif 277#endif