Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2aacd48f authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: add CI to r600_is_internal_thermal_sensor()

parent 16fbe00d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -745,6 +745,7 @@ bool r600_is_internal_thermal_sensor(enum radeon_int_thermal_type sensor)
	case THERMAL_TYPE_SUMO:
	case THERMAL_TYPE_NI:
	case THERMAL_TYPE_SI:
	case THERMAL_TYPE_CI:
		return true;
	case THERMAL_TYPE_ADT7473_WITH_INTERNAL:
	case THERMAL_TYPE_EMC2103_WITH_INTERNAL: