Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i7-1355U support (Thinkpad T14s Gen4) #346

Open
carlosabalde opened this issue Jan 25, 2024 · 7 comments
Open

i7-1355U support (Thinkpad T14s Gen4) #346

carlosabalde opened this issue Jan 25, 2024 · 7 comments

Comments

@carlosabalde
Copy link

carlosabalde commented Jan 25, 2024

Is it possible to add support for the following CPU model (Thinkpad T14s Gen4)?

model name      : 13th Gen Intel(R) Core(TM) i7-1355U
cpu family      : 6
model           : 186
stepping        : 3
@carlosabalde carlosabalde changed the title i7-1355U support i7-1355U support (Thinkpad T14s Gen4) Jan 25, 2024
@carlosabalde
Copy link
Author

In the meantime, testing this...

❯ git diff
diff --git a/throttled.py b/throttled.py
index b9f4c41..0e2b5f7 100755
--- a/throttled.py
+++ b/throttled.py
@@ -170,6 +170,7 @@ supported_cpus = {
     (6, 165, 5): 'Comet Lake-S',
     (6, 166, 0): 'CometLake',
     (6, 167, 1): 'RocketLake',
+    (6, 186, 3): 'RaptorLake-U',
 }
 
 TESTMSR = False

@motiejus
Copy link

motiejus commented Mar 27, 2024

There are >1 people curious about this specific CPU :) Do you have any results from your test?

@motiejus
Copy link

motiejus commented Mar 27, 2024

I did a test myself. With this package the upper frequency went up from 1.8GHz to 2.2GHz. A welcome improvement, but still has ways to go.

throttled

Output of throttled.py --debug:
debug.txt

@motiejus
Copy link

motiejus commented Apr 9, 2024

Unfortunately, that didn't work. It went down to 1.7GHz after a couple of days of uptime and stayed at that.

throttled

motiejus added a commit to motiejus/config that referenced this issue Apr 9, 2024
@carlosabalde
Copy link
Author

I didn't spent much time on this, but for me is working as expected combined with tuning of the platform profile (i.e. /sys/firmware/acpi/platform_profile) and the CPU scaling governor (i.e. /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor). Sharing just in case it helps.

@motiejus
Copy link

@carlosabalde those didn't help (both were set to "performance").

HOWEVER removing tlp fixed the cpufreq issues on my machine! I had tlp enabled for all my laptops since forever for battery management ("stop charging at 80%"), not any more!

@carlosabalde
Copy link
Author

Strange. I'm using tlp too to keep battery between 60-70% 🤷

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

No branches or pull requests

2 participants