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 140
    • Issues 140
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • 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
  • Merge requests
  • !149

WIP: simple_ondemand governor support for DDR devfreq

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Sebastian Krzyszkowiak requested to merge sebastian.krzyszkowiak/linux-next:ondemand into next/byzantium Jun 02, 2020
  • Overview 22
  • Commits 1851
  • Pipelines 14
  • Changes 899+

Those are just rebased patches by Leonard Crestez that @martin.kepplinger pointed me once to with a small fix to make them actually work. I'm running them on my phones for a long time now. Just putting it out there for visibility.

To make use of it, you need to switch the governor to simple_ondemand, for instance by putting this into /etc/udev/rules.d/86-librem5-devfreq.rules:

ACTION=="add", SUBSYSTEM=="devfreq", TEST=="governor", ATTR{governor}="simple_ondemand"

Related: #188

Edited Sep 29, 2021 by Sebastian Krzyszkowiak
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ondemand