SSブログ

Ryzen smu関連 結局 [PC]

2600のsmuですがやはり「おま環」的な話だったような感じです(わらい)。
最終的にRyzenシリーズのsmuアクセスに関する情報をまとめておくことにします。
I will summarize information about smu access of the Ryzen series.
最初に2600ですが、どうやらテストプログラムで3000シリーズ用のsmuレジスタにアクセスするとそれ以降、正しいレジスタにアクセスしても処理が終了しなくなってしまうようです。
Although it is 2600, apparently when accessing the 3000 series smu register with the test program, it seems that the process will not finish even if the correct register is accessed after that.

2600はパターン1でレジスタにアクセスすれば問題なく動作します。
The 2600 works fine if the register is accessed with pattern 1.

DBG: res: 1 status: 1 timeout: 999
ReadMSU: res:1 Msg: 0x1 arg0:0x2 arg1:0x0 arg2:0x0 arg3:0x0 arg4:0x0 arg5:0x0

DBG: res: 1 status: 1 timeout: 999
ReadMSU: res:1 Msg: 0x2 arg0:0x2B1400 arg1:0x0 arg2:0x0 arg3:0x0 arg4:0x0 arg5:0x0

ということで、最終的には以下のような感じです。
So finally it looks like the following.

パターン1 Summit Ridge(1xxx),Pinnacle Ridge(2xxx)
Pattern1 Summit Ridge (1xxx), Pinnacle Ridge (2xxx)
MSG 0x03B10528
RSP 0x03B10564
ARG0 0x03B10598
ARG1 0x03B1059C
ARG2 0x03B105A0

パターン2 Picasso(3xxxU),Raven Ridge(2xxxU)
おそらくGシリーズもパターン2だと思われます。
Pattern2 Picasso(3xxxU),Raven Ridge(2xxxU)
Probably G series is also pattern 2.
MSG 0x03B10528
RSP 0x03B10564
ARG0 0x03B10998
ARG1 0x03B1099C
ARG2 0x03B109A0

パターン3 Matisse(3xxx)
Pattern3 Matisse(3xxx)
MSG 0x03B10530
RSP 0x03B1057C
ARG0 0x03B109C4
ARG1 0x03B109C8
ARG2 0x03B109CC
nice!(0)  コメント(0) 

nice! 0

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。