defconfig: Enable devfreq boosting

Boost the DDR bus for 58 ms when requested in order to improve jitter.
The 3879 frequency step was determined empirically to be the minimum
needed to sustain acceptably low jitter in UIBench.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
urubino
Sultan Alsawaf 3 years ago committed by Jenna-they-them
parent be2c45c874
commit bbf85a7470
  1. 3
      arch/arm64/configs/vendor/pixel_experience-a52q_defconfig
  2. 3
      arch/arm64/configs/vendor/pixel_experience-a72q_defconfig

@ -5175,6 +5175,9 @@ CONFIG_QCOM_DEVFREQ_DEVBW=y
CONFIG_DEVFREQ_GOV_CDSPL3=y
# CONFIG_PM_DEVFREQ_EVENT is not set
CONFIG_EXTCON=y
CONFIG_DEVFREQ_BOOST=y
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=58
CONFIG_DEVFREQ_CPU_LLCC_DDR_BW_BOOST_FREQ=3879
#
# Extcon Device Drivers

@ -5172,6 +5172,9 @@ CONFIG_QCOM_DEVFREQ_DEVBW=y
CONFIG_DEVFREQ_GOV_CDSPL3=y
# CONFIG_PM_DEVFREQ_EVENT is not set
CONFIG_EXTCON=y
CONFIG_DEVFREQ_BOOST=y
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=58
CONFIG_DEVFREQ_CPU_LLCC_DDR_BW_BOOST_FREQ=3879
#
# Extcon Device Drivers

Loading…
Cancel
Save