Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T6703: add support for amd pstate driver (backport #755) #761

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 12, 2024

Change Summary

Building amd pstate driver in the kernel. By default the acpi_cpufreq will still take precedence over the amd_pstate driver.
Kernel command line arguments are required to activate the driver.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

https://vyos.dev/T6703

Component(s) name

kernel

Proposed changes

How to test

Set kernel arguments initcall_blacklist=acpi_cpufreq_init amd_pstate=passive on an AMD machine.
Then after boot verify the pstate driver is active: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver should be amd-pstate

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

This is an automatic backport of pull request #755 done by [Mergify](https://mergify.com).

Copy link

👍
No issues in PR Title / Commit Title

@c-po c-po enabled auto-merge September 15, 2024 10:00
@c-po c-po self-assigned this Sep 15, 2024
@c-po c-po merged commit 11f778c into circinus Sep 15, 2024
7 checks passed
@mergify mergify bot deleted the mergify/bp/circinus/pr-755 branch September 15, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants