Commit 0c879d8
committed
Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fixes from Rafael Wysocki:
"These fix two cpufreq drivers and the cpupower utility.
Specifics:
- Fix the handling of scaling_max/min_freq sysfs attributes in the
AMD P-state cpufreq driver (Mario Limonciello)
- Make the intel_pstate cpufreq driver avoid unnecessary computation
of the HWP performance level corresponding to a given frequency in
the cases when it is known already, which also helps to avoid
reducing the maximum CPU capacity artificially on some systems
(Rafael J. Wysocki)
- Fix compilation of the cpupower utility when CFLAGS is passed as a
make argument for cpupower, but it does not take effect as expected
due to mishandling (Stanley Chan)"
* tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
cpufreq/amd-pstate: Fix setting scaling max/min freq values
cpufreq: intel_pstate: Refine computation of P-state for given frequency
tools cpupower bench: Override CFLAGS assignments3 files changed
Lines changed: 38 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
1235 | 1238 | | |
1236 | 1239 | | |
1237 | 1240 | | |
1238 | 1241 | | |
1239 | | - | |
1240 | | - | |
1241 | | - | |
1242 | | - | |
1243 | 1242 | | |
1244 | 1243 | | |
1245 | 1244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
532 | 556 | | |
533 | 557 | | |
534 | 558 | | |
| |||
546 | 570 | | |
547 | 571 | | |
548 | 572 | | |
| 573 | + | |
549 | 574 | | |
550 | 575 | | |
551 | 576 | | |
| |||
559 | 584 | | |
560 | 585 | | |
561 | 586 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 587 | + | |
| 588 | + | |
565 | 589 | | |
566 | | - | |
| 590 | + | |
| 591 | + | |
567 | 592 | | |
568 | 593 | | |
569 | 594 | | |
570 | 595 | | |
571 | | - | |
| 596 | + | |
572 | 597 | | |
573 | 598 | | |
574 | 599 | | |
| |||
2528 | 2553 | | |
2529 | 2554 | | |
2530 | 2555 | | |
2531 | | - | |
2532 | 2556 | | |
2533 | 2557 | | |
2534 | 2558 | | |
2535 | | - | |
| 2559 | + | |
2536 | 2560 | | |
2537 | | - | |
| 2561 | + | |
2538 | 2562 | | |
2539 | 2563 | | |
2540 | 2564 | | |
| |||
2908 | 2932 | | |
2909 | 2933 | | |
2910 | 2934 | | |
2911 | | - | |
2912 | | - | |
2913 | | - | |
2914 | | - | |
2915 | | - | |
2916 | | - | |
2917 | | - | |
2918 | | - | |
2919 | | - | |
2920 | | - | |
2921 | | - | |
2922 | | - | |
| 2935 | + | |
2923 | 2936 | | |
2924 | 2937 | | |
2925 | 2938 | | |
| |||
2937 | 2950 | | |
2938 | 2951 | | |
2939 | 2952 | | |
2940 | | - | |
| 2953 | + | |
2941 | 2954 | | |
2942 | 2955 | | |
2943 | 2956 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments