Skip to content

config: don't set EPP or EBP on performance profile on intel-pstate#48

Merged
NotAShelf merged 5 commits intomainfrom
intel-pstate-fix
Jan 30, 2026
Merged

config: don't set EPP or EBP on performance profile on intel-pstate#48
NotAShelf merged 5 commits intomainfrom
intel-pstate-fix

Conversation

@RGBCube
Copy link
Collaborator

@RGBCube RGBCube commented Jan 29, 2026

fixes #46

Copy link
Owner

@NotAShelf NotAShelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think rather than intel_pstate, we should do is_driver_loaded or something similar. Naming a conditional over a driver sounds a little fragile, because AMD also has amd_pstate and we might even need to handle out-of-tree drivers at some point.

P.S. is_driver_loaded (or whatever) should take a list of drivers.

@RGBCube
Copy link
Collaborator Author

RGBCube commented Jan 29, 2026

I think rather than intel_pstate, we should do is_driver_loaded or something similar. Naming a conditional over a driver sounds a little fragile, because AMD also has amd_pstate and we might even need to handle out-of-tree drivers at some point.

P.S. is_driver_loaded (or whatever) should take a list of drivers.

On second thought, yes this is obviously better

@NotAShelf NotAShelf merged commit 7c568e8 into main Jan 30, 2026
2 checks passed
@NotAShelf NotAShelf deleted the intel-pstate-fix branch January 30, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crashes due to incorrect EPP handling

2 participants