ROCKNIX / distribution

Other
271 stars 52 forks source link

Rockchip: Patches: rework libmali power init and fix unbalanced runtime PM #284

Closed faux123 closed 1 week ago

faux123 commented 1 month ago

This allows for runtime PM provided by libmali. Runtime PM will turn on/off GPU clock and regulator depending on GPU usage/demand. This allows for more power savings during normal operations. During my testing, I saw no side-effect enabling this built-in feature.

sydarn commented 1 week ago

Thanks, I have looked at it and tested it briefly. Seemed fine, and might improve the sleep drain too. I enabled coarse_demand for rk3326 as well. Will test more!

sydarn commented 1 week ago

Thanks you <3