We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f75d7 commit 2cb9322Copy full SHA for 2cb9322
1 file changed
amdctl.c
@@ -745,6 +745,7 @@ void printNbStates() {
745
const uint32_t addresses[][4] = {{0x160, 0x164, 0x168, 0x16c}};
746
for (int nbpstate = 0; nbpstate < nbpstates; nbpstate++) {
747
rwPciReg("18.5", addresses[0][nbpstate], 1);
748
+ if (!getDec("0:0")) continue;
749
nbvid = ((getDec("16:10") + (getDec("21:21") << 7)));
750
nbfid = getDec("7:7");
751
nbdid = getDec("6:1");
0 commit comments