Search

Showing top 56 results for "Linux low-power core handling" · from 60 indexed matches

Filtered by topic: AMD Clear ✕

People also ask

Will software that relies on core-count reporting or affinity masks need updates to recognize the new CPUID low-power core class to avoid scheduling heavy workloads onto LP cores?

Yes. The article says the Linux patch extends topology to recognize a Low Power core class via CPUID, implying software that uses core-count or affinity masks will need to recognize the new LP class to avoid scheduling heavy workloads onto LP cores. Related article "AMD's new CPPC 'Highest Frequency' feature could improve CPU scheduling and boost behavior in Windows 11" is not required to reach this conclusion. Answered

AMD 'Zen 6 LP' cores spotted, power-efficient cores back up PS6 Portable rumors
How will Linux and Windows schedulers distinguish and prioritize tasks for Zen 6 LP cores vs Zen 6c and full Zen 6 cores based on the new CPUID flag?

Linux and Windows will use the new CPUID flag (Fn0x80000026, EBX bits 31:28) value 2 to identify Low Power (LP) cores and treat them as a separate core class from existing Performance and Efficiency cores. The patch notes that boost scaling for LP cores will follow the same method AMD already uses for Efficiency cores, so schedulers can prioritize LP cores for minimal-power background and idle work while keeping Zen 6c and full Zen 6 cores for higher-performance tasks. Answered

AMD 'Zen 6 LP' cores spotted, power-efficient cores back up PS6 Portable rumors
What specific problem does the epp_boost patch aim to fix on the Steam Deck and other AMD Linux systems?

The epp_boost patch fixes an inefficiency in AMD's P-State driver where brief sleeps by a game thread (for example while waiting on the GPU) are misinterpreted as lower CPU demand, causing cores to downclock and then resume at too-low frequencies. That behavior produces momentary frame time inflation, stutters, and 1% low FPS spikes on Steam Deck and other AMD Linux systems. The patch addresses this by temporarily boosting busy cores to performance mode based on per-core activity checks. Answered

Linux kernel patch boosts Steam Deck 1% lows by 31.8% by fixing AMD CPU clock handling
How does the epp_boost patch decide when to switch an individual core to performance mode?

The epp_boost patch samples each core every 10 milliseconds and, if a core is at least 50% busy, temporarily switches that core to performance mode. It reverts the core back to the normal EPP policy once activity drops and remains low for 300 milliseconds. Answered

Linux kernel patch boosts Steam Deck 1% lows by 31.8% by fixing AMD CPU clock handling
2 sources covering this — show 1 more

Top stories

Discussions and forums