Expand description
CPU frequency driver flags.
Constants§
- ASYNC_
NOTIFICATION - Allows post-change notifications outside of the
target()
routine. - CONST_
LOOPS - Platform where constants like
loops_per_jiffy
are unaffected by frequency changes. - HAVE_
GOVERNOR_ PER_ POLICY - Supports multiple clock domains with per-policy governors in
cpu/cpuN/cpufreq/
. - IS_
COOLING_ DEV - Register driver as a thermal cooling device automatically.
- NEED_
INITIAL_ FREQ_ CHECK - Ensure CPU starts at a valid frequency from the driver’s freq-table.
- NEED_
UPDATE_ LIMITS - Driver needs to update internal limits even if frequency remains unchanged.
- NO_
AUTO_ DYNAMIC_ SWITCHING - Disallow governors with
dynamic_switching
capability.