Eliovp / amdmemorytweak

Read and modify memory timings on the fly
GNU General Public License v3.0
308 stars 81 forks source link

Radeon 7 + RX580 Windows 10 #12

Closed higi closed 5 years ago

higi commented 5 years ago

Hey,

trying to test this awesome tool on Radeon VII. My problem is when i run C:\amdtweak>WinAMDTweak.exe -i 0 --current or C:\amdtweak>WinAMDTweak.exe -i 1 --current or C:\amdtweak>WinAMDTweak.exe -i X --current it still print same current values instead of giving me gpu0 RX580 values and gpu1 R7 values(?or im doing it wrong?):

GPU 0: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] PMG: CKSRE: 2 CKSRX: 2 CKE_PULSE: 10 CKE: 10 SEQ_IDLE: 7 CAS: CL: 8 W2R: 12 R2R: 5 CCLD: 2 R2W: 13 NOPR: 0 NOPW: 0 RAS: RC: 15 RRD: 1 RCDRA: 5 RCDR: 5 RCDWA: 3 RCDW: 0 MISC: RFC: 25 TRP: 5 RP_RDA: 8 RP_WRA: 21 MISC2: WDATATR: 0 T32AW: 2 CRCWL: 17 CRCRL: 1 FAW: 0 PA2WDATA: 0 PA2RDATA: 0 M3(MR4): RAS: 10 DRAM1: RASMACTWR: 11 RASMACTRD: 7 ACTWR: 0 ACTRD: 4 DRAM2: RAS2RAS: 17 RP: 9 WRPLUSRP: 15 BUS_TURN: 9 GPU 1: Radeon VII Memory state: 0x11E (1200MHz) Timing 1 CL: 22 RAS: 33 RCDRD: 14 RCDWR: 10 Timing 2 RCAb (RC): 47 RCPb (RC): 47 RPAb (RP): 14 RPPb (RP): 14 Timing 3 RRDS: 4 RRDL: 4 RTP: 5 Timing 4 FAW: 16 Timing 5 CWL: 7 WTRS: 4 WTRL: 9 Timing 6 WR: 16 Timing 7 RREFD: 8 Timing 8 RDRDDD: 3 RDRDSD: 2 RDRDSC: 1 RDRDSCL: 3 Timing 9 WRWRDD: 3 WRWRSD: 2 WRWRSC: 1 WRWRSCL: 3 Timing 10 WRRD: 1 RDWR: 21 Timing 12 REF: 3900 Timing 13 MRD: 8 MOD: 15 Timing 14 XS: 270 Timing 16 XSMRS: 8 Timing 17 PD: 8 CKSRE: 20 CKSRX: 20 Timing 20 RFCPB: 160 STAG: 4 Timing 21 XP: 8 CPDED: 2 CKE: 8 Timing 22 RDDATA: 20 WRLAT: 5 RDLAT: 18 WRDATA: 1 Timing 23 CKESTAG: 66 RFC Timing RFC: 260

When i try C:\amdtweak>WinAMDTweak.exe -i 1 --rc 255 It prints SET for both gpu0 and gpu1.

Eliovp commented 5 years ago

Check your command line options ;-)

C:\amdtweak>WinAMDTweak.exe -i 0 --current

That right there is what's wrong. Use two dashes :)

C:\amdtweak>WinAMDTweak.exe --i 0 --current

Cheers!

higi commented 5 years ago

Mg, u are the best;)