lakotamm

Results 28 comments of lakotamm

Now it should be supported in #310. Feel free to test.

Would anyone with a Tigerlake CPU be able to run this command? `sudo setpci -s 0:0.0 48.l` It should report the address of the MCHBAR register. As @whoenig reported it...

Thanks! So the address is the same as for AlderLake. No wonder it does not work. I enabled Tigerlake support in this commit and it would be great if you...

i7-12700H is also reported as unsupported.

I created a pull request + a fork where I bypassed the check so that we can run some tests. If you wanna run it, simply compile it using the...

My observation: PL-2 seems to work well. PL1 is limited to 20W both on AC an BAT. I have no clue why this is the case, especially since it does...

> > I created a pull request + a fork where I bypassed the check so that we can run some tests. If you wanna run it, simply compile it...

> > `sudo turbostat -n 1 -i 1 |& grep offset` @mkogan1 This command does not return anything on i7-12700H. Turbostat does not report any offset on my i7-12700H. ```...

Bingo! I went through the code and I am 95% sure that I found the reason why it does not work. Both @mpawlowski-eyeo and I got this error: `[D] MCHBAR...

And even better news - changing the address actually fixes the error for me! ` [D] MCHBAR PACKAGE_POWER_LIMIT - write 0x4280f000dd80c8 - read 0x4280f000dd80c8 - match OK` Now I can...