Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 129
    • Issues 129
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • linux
  • Issues
  • #174
Closed
Open
Created Mar 06, 2020 by Martin Kepplinger@martin.kepplingerOwner

devfreq bandwidth management

related: https://source.puri.sm/Librem5/linux-next/issues/168 https://source.puri.sm/Librem5/use-cases/issues/75

There is bandwidth management implemented by Leonard, using perf: https://lore.kernel.org/linux-pm/a25094eac4c0f740e0e33c04af699b39a4226a08.1573252696.git.leonard.crestez@nxp.com/

I tested this and it does what it says, clocking down to 100mhz when appropriate. 100mhz produce display-glitches though, so that we can't use it.

you can test this without running the above changes, by using the userspace governor we currently use:

echo simple_ondemand > /sys/class/devfreq/3d400000.memory-controller/governor

echo 100000000 > /sys/class/devfreq/3d400000.memory-controller/userspace/set_freq

Edited Mar 07, 2020 by Martin Kepplinger
Assignee
Assign to
Time tracking