summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2012-12-18 22:07:14 -0500
committerAlex Deucher <alexander.deucher@amd.com>2013-06-26 16:11:36 -0400
commit511502071471956e7aa3e05fb3840a46080be905 (patch)
tree208ecbb2fbcc96977d4ef5726162932def97d8ed /drivers/gpu/drm/radeon/radeon.h
parent9ae94be523dc38356d0e83d0bcf05815c7c3e862 (diff)
drm/radeon: handle the integrated thermal controller on CI
No support for reading the temperature yet. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 919c4d8b1850..04e8dbddf35b 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1033,6 +1033,7 @@ enum radeon_int_thermal_type {
THERMAL_TYPE_SUMO,
THERMAL_TYPE_NI,
THERMAL_TYPE_SI,
+ THERMAL_TYPE_CI,
};
struct radeon_voltage {