drm/radeon: add KB/KV to r600_is_internal_thermal_sensor
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Jul 2013 20:59:08 +0000 (16:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2013 20:30:15 +0000 (16:30 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r600_dpm.c

index e246e3a..d54a838 100644 (file)
@@ -746,6 +746,7 @@ bool r600_is_internal_thermal_sensor(enum radeon_int_thermal_type sensor)
        case THERMAL_TYPE_NI:
        case THERMAL_TYPE_SI:
        case THERMAL_TYPE_CI:
+       case THERMAL_TYPE_KV:
                return true;
        case THERMAL_TYPE_ADT7473_WITH_INTERNAL:
        case THERMAL_TYPE_EMC2103_WITH_INTERNAL: