Commit 12262906 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: add KB/KV to r600_is_internal_thermal_sensor

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2aacd48f
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment