I wonder how much this will affect the power usage during boot on my laptop with its integrated AMDGPU. Granted, boot time is fairly short so hopefully this won’t really matter.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
It specifically says the change only applies to dedicated GPUs, not integrated ones.
Ah right, thank you, I missed that somehow
Some laptops have dedicated GPUs.
Okay, but the commenter said "my laptop with jts integrated GPU". Obviously, laptops with a dedicated AMD GPU would be affected by this change.
I don't recall how to check my currently active power profile
cat `find /sys -name pp_power_profile_mode`
Why doesn't it search /sys/class/drm? Doesn't follow symlinks?
It's find -L
if you want it to follow symlinks.
I feel like find is needlessly convoluted
I believe it's cat /sys/class/drm/card0/device/pp_power_profile_mode
.
There's also the power_dpm_force_performance_level
.
Was card1 for some reason despite not having a card0
Cheers
I just checked myself and it's card1 too, now I am curious why it's not card0. 🤷
Cool. I hope the next LTS will include this.
Which distro? Either way it is probably going to be at least a few years
No distro. I mean the next LTS version of the kernel. On Gentoo I can choose my kernel version, but it general I like to be on the stable LTS. But recently I needed to choose a more recent version for better compatibility of the amdgpu driver for the one game I am playing.
Hype!