mh0rst / turionpowercontrol

Automatically exported from code.google.com/p/turionpowercontrol
9 stars 4 forks source link

-CM stats for K10 processors (and possibly Llano and Brazos) are badly reported #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As subject. Nothing to report

Original issue reported on code.google.com by paolo.sa...@gmail.com on 20 Sep 2011 at 1:03

GoogleCodeExporter commented 9 years ago
*poke*

Any (good) news on this? :D

Original comment by rune.mor...@gmail.com on 8 Nov 2011 at 10:10

GoogleCodeExporter commented 9 years ago
May you try to download again from SVN? I made a small modification on the code 
and now should work.

PS: if you don't want to use SVN, you may just edit K10Processor.cpp and 
change, at line 2794, this:

   states[0][i]

with this:

   states[cid][i]

then compile again and tell me if now it works. If it is working I'll declare 
closed this issue and maybe post a new TPC revision.

Original comment by paolo.sa...@gmail.com on 8 Nov 2011 at 5:20

GoogleCodeExporter commented 9 years ago
checked out and compiled r43 with the above change -- the monitor worked just 
fine after that, so I guess you can go ahead and bump the version if you want 
to... :)

Original comment by rune.mor...@gmail.com on 8 Nov 2011 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by paolo.sa...@gmail.com on 18 Dec 2011 at 7:44