All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
@ 2019-05-27 17:56 bugzilla-daemon
  2019-06-02 17:40 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-05-27 17:56 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 817 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

            Bug ID: 110777
           Summary: Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
           Product: DRI
           Version: DRI git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: antonh@gmx.de

Hi,

Since Kernel 5.1 up-to Kernel 5.2 my Vega 56 card's memory clock is stuck at
167MHz and does not boost up any more.
The exact same setup boosts fine to 1000MHz memclk when running Kernel 5.0.13.

Is there any info I can provide to get this fixed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2113 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
@ 2019-06-02 17:40 ` bugzilla-daemon
  2019-06-03 18:41 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-02 17:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 261 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

--- Comment #1 from antonh@gmx.de ---
This is still occuring on latest linux master
cd6c84d8f0cdc911df435bb075ba22ce3c605b07

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1010 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
  2019-06-02 17:40 ` bugzilla-daemon
@ 2019-06-03 18:41 ` bugzilla-daemon
  2019-06-03 18:55 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-03 18:41 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 603 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

--- Comment #2 from antonh@gmx.de ---
The issue is fully fixed on kernel master (currently I am using commit
460b48a0fefce25beb0fc0139e721c5691d65d7f) when reverting
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c back to the state it was
around kernel 5.0.13.

https://git.archlinux.org/linux.git/tree/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c?h=v5.0.13-arch1

I will start bisecting soon to figure out the exact commit that has caused the
issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1474 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
  2019-06-02 17:40 ` bugzilla-daemon
  2019-06-03 18:41 ` bugzilla-daemon
@ 2019-06-03 18:55 ` bugzilla-daemon
  2019-06-03 19:21 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-03 18:55 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 680 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

--- Comment #3 from antonh@gmx.de ---
reverting the following two patches fixes the boost in memory clocks but it
seems once mem clock has ramped up it's not going down again.

1.
Revert "drm/amd/powerplay: update soc boot and max level on vega10"   
This reverts commit 373e87fc91527124cb8ec21465a6d070a65c56af.

2.
Revert "drm/amd/powerplay: support Vega10 SOCclk and DCEFclk dpm level
settings"
This reverts commit bb05821b13fa0c0b97760cb292b30d3105d65954.

Evan Quan <evan.quan@amd.com>
Alex Deucher <alexander.deucher@amd.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1563 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-06-03 18:55 ` bugzilla-daemon
@ 2019-06-03 19:21 ` bugzilla-daemon
  2019-06-05 17:44 ` bugzilla-daemon
  2019-06-11 17:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-03 19:21 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

--- Comment #4 from Anton Herzfeld <antonh@gmx.de> ---
Is there anything else I can provide to support getting this fixed?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1035 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-06-03 19:21 ` bugzilla-daemon
@ 2019-06-05 17:44 ` bugzilla-daemon
  2019-06-11 17:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-05 17:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 581 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

--- Comment #5 from Anton Herzfeld <antonh@gmx.de> ---
The following patch fixes the issue with boosting again:

https://cgit.freedesktop.org/~agd5f/linux/commit/drivers/gpu/drm/amd/powerplay/hwmgr?h=amd-staging-drm-next&id=7d59c41b5150d0641203f91cfcaa0f9af5999cce

however it also seems to expose the issue in mclk not going down again once it
has boosted.

just to clarify the issue occurs when using manual OD on mclk since kernel 5.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1532 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56)
  2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-06-05 17:44 ` bugzilla-daemon
@ 2019-06-11 17:04 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-06-11 17:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 433 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110777

Anton Herzfeld <antonh@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dri-devel@lists.freedesktop |alexdeucher@gmail.com
                   |.org                        |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1103 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-06-11 17:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-27 17:56 [Bug 110777] Kernel 5.1-5.2 MCLK stuck at 167MHz Vega 10 (56) bugzilla-daemon
2019-06-02 17:40 ` bugzilla-daemon
2019-06-03 18:41 ` bugzilla-daemon
2019-06-03 18:55 ` bugzilla-daemon
2019-06-03 19:21 ` bugzilla-daemon
2019-06-05 17:44 ` bugzilla-daemon
2019-06-11 17:04 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.