This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Enum rc_governor_t

Enum Documentation

enum rc_governor_t

available CPU governors

Values:

enumerator RC_GOV_POWERSAVE

Sets CPU to slowest speed.

enumerator RC_GOV_PERFORMANCE

Sets CPU to fastest speed.

enumerator RC_GOV_ONDEMAND

Default automatic scaling.

enumerator RC_GOV_SCHEDUTIL

Like ONDEMAND but newer algorithm.

enumerator RC_GOV_CONSERVATIVE

Automatically scales the cpu but still tries to save power.