Lines Matching full:power
2 Power allocator governor tunables
22 The power allocator governor implements a
24 temperature as the control input and power as the controlled output:
48 | S |-----+----->| sum e |----->| X |--->| S |-->| S |-->|power |
60 Sustainable power
63 An estimate of the sustainable dissipatable power (in mW) should be
65 sustained power that can be dissipated at the desired control
66 temperature. This is the maximum sustained power for allocation at
67 the desired maximum temperature. The actual sustained power can vary
72 the thermal ramp. For reference, the sustainable power of a 4" phone
74 depending on screen size). It is possible to have the power value
75 expressed in an abstract scale. The sustained power should be aligned
85 sustainable-power = <2500>;
103 The implementation of the PID controller in the power allocator
115 value of `k_pu` will result in the governor granting very high power
158 Therefore, the proportional term alone linearly decreases power from
168 the exact power that the governor requests. When the temperature
180 Cooling device power API
184 "power" API in their `cooling_device_ops`. It consists on three ops:
189 struct thermal_zone_device *tz, u32 *power);
196 @power:
197 pointer in which to store the calculated power
199 `get_requested_power()` calculates the power requested by the device
200 in milliwatts and stores it in @power . It should return 0 on
201 success, -E* on failure. This is currently used by the power
202 allocator governor to calculate how much power to give to each cooling
209 u32 *power);
217 @power:
218 pointer in which to store the equivalent power
220 Convert cooling device state @state into power consumption in
221 milliwatts and store it in @power. It should return 0 on success, -E*
223 maximum power that an actor can consume.
227 int power2state(struct thermal_cooling_device *cdev, u32 power,
232 @power:
233 power in milliwatts
238 most @power mW and store it in @state. It should return 0 on success,
240 a given power set by the power allocator governor to a state that the
249 devices. They express the relative power efficiency of different
250 cooling devices. Higher weight can be used to express higher power
263 Limitations of the power allocator governor
266 The power allocator governor's PID controller works best if there is a
278 Another important thing is the consistent scale of the power values
280 thermal zone should have power values reported either in milli-Watts