3 Commits

Author SHA1 Message Date
kondors1995
65a234e95d Revert "devfreq_boost: Add support for CPUBW device"
This reverts commit dc3def2118.
2023-10-11 15:38:33 +03:00
Alexander Winkowski
dc3def2118 devfreq_boost: Add support for CPUBW device
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
2023-03-16 18:33:59 +02:00
Sultan Alsawaf
a2ab9d037f devfreq: Introduce devfreq boost driver
This driver boosts enumerated devfreq devices upon input, and allows for
boosting specific devfreq devices on other custom events. The boost
frequencies for this driver should be set so that frame drops are
near-zero at the boosted frequencies and power consumption is minimized
at said frequencies. The goal of this driver is to provide an interface
to achieve optimal device performance by requesting boosts on key
events, such as when a frame is ready to rendered to the display.

Currently, support is only present for boosting the cpu-llcc-ddr-bw
devfreq device, but the driver is structured in a way that makes it
easy to add support for new boostable devfreq devices in the future.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2021-04-12 08:35:34 +00:00