mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-14 09:30:40 +09:00
The dmc driver supports changing min_freq and max_freq according to system status and vop bandwidth at present. But even if user changes governor to userspace, the ddr frequency may also change constantly. This patch adds a new dmc_ondemand governor which doesn't chang min_freq and max_freq, it can also support changing ddr frequecy based on usage, system status and vop bandwidth. So users can set their own frequency by the userspace governor. Change-Id: Ib731f29a6ded3b7f05e60cbae4f858e6beeac9da Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>