AMD HAINAN clock frequency set to 750MHz instead of 1030MHz. Why?

Asked by Yassine

Kernel source: /drivers/gpu/drm/radeon/si_dpm.c line 2985:

   max_sclk = 75000;

instead of

   max_sclk = 103000;

Why is that? I changed it and rebuilt the kernel, and I can say that there are absolutely no issues when using the 1030MHz clock, which is what it is supposed to be.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

If you suspect an issue then I suggest you report a bug.

Revision history for this message
Yassine (yassine10suno) said :
#3

Thanks actionparsnip, that solved my question.