Comment 3 for bug 1860527

Revision history for this message
dann frazier (dannf) wrote :

1057.62 has them, 1058.64 does not.

I noticed that 1057.62 has only the performance governor built-in, and 1058.64 only has the on-demand governor built-in.

ubuntu@dragon410c:~$ grep CPU_FREQ_DEFAULT_GOV /boot/config-4.15.0-1057-snapdragon /boot/config-4.15.0-1058-snapdragon
/boot/config-4.15.0-1057-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
/boot/config-4.15.0-1057-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
/boot/config-4.15.0-1057-snapdragon:CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
/boot/config-4.15.0-1057-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
/boot/config-4.15.0-1057-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
/boot/config-4.15.0-1057-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
/boot/config-4.15.0-1058-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
/boot/config-4.15.0-1058-snapdragon:CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
/boot/config-4.15.0-1058-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
/boot/config-4.15.0-1058-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
/boot/config-4.15.0-1058-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
/boot/config-4.15.0-1058-snapdragon:# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set