Other Alder Lake-specific MSRs #334
Replies: 9 comments 50 replies
-
Wahoo; I completely passed beside the secondary Turbo ratio register. EDIT: except the UI which was designed before Hybrid. |
Beta Was this translation helpful? Give feedback.
-
For your testings commit 7a9a994 should allow you to display and alter the Turbo ratio frequency of E-Cores and P-Cores, independently. Here is the UI source code simulation: Save and sync your files before trying! If things are OK, please also reports with the full output of |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what is going on, but the exact core that needs to be changed has to be selected in the screen that pops up, otherwise the ratio gets applied elsewhere, and apparently this goes both ways. 2022-03-30.18-59-20.mp4 |
Beta Was this translation helpful? Give feedback.
-
@BugReporterZ Hello, I would like to check for non-regression on Alder lake, could you give a try to the Please provide the output of |
Beta Was this translation helpful? Give feedback.
-
@BugReporterZ : Could try this attached version ? I'm trying to fix the active channel in the Thank you |
Beta Was this translation helpful? Give feedback.
-
@BugReporterZ Hello I just learned intel i3-n305 has no P-core, but 8 E-core only. |
Beta Was this translation helpful? Give feedback.
-
ICL, ADL, RPL micro-arch have Can you please read it ?
Next, toggle its value
Remark: access may fail on E-Core CPUs |
Beta Was this translation helpful? Give feedback.
-
@BugReporterZ Hello, Can you please try the You should find the new item Toggling that feature bit has to to the same on all P-core CPUs |
Beta Was this translation helpful? Give feedback.
-
@BugReporterZ Hello, Can you help with #466 ? |
Beta Was this translation helpful? Give feedback.
-
https://www.intel.com/content/dam/develop/public/us/en/documents/335592-sdm-vol-4.pdf
It seems that for 12th gen processors with a hybrid architecture there are now "Primary" and "Secondary" turbo limits. Primary would be the P-cores, Secondary the E-cores. See table 2-46 in the document.
My 12700K has currently the following configuration:
P cores: 1c: 52x, 2c: 52x, 3c: 51x, 4c: 50x, 5-8c: 49x
E-cores: 1-2c: 38x, 3-4c: 36x.
The P-core ratios already work in CoreFreq. Let's test if the E-core ratios are correctly detected with msr utilities.
They appear to work as intended.
Beta Was this translation helpful? Give feedback.
All reactions