All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390
@ 2020-04-06 14:44 bugzilla-daemon
  2020-04-06 15:07 ` [Bug 207137] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-04-06 14:44 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

            Bug ID: 207137
           Summary: AMDGPU incorrectly reports vddgfx voltage for R9 390
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.6
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: low
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: sandy.8925@gmail.com
        Regression: No

I'm using an R9 390 GPU.

vddgfx voltage is always reported as 1 Volt, regardless of load.

I debugged and found that in smu7_hwmgr.c , in funcion smu7_read_sensor(), the
voltage is read from PLANE2_VID when a certain condition is true. This always
results in a final value of 1 Volt.

When I changed the code to read only from PLANE1_VID, the correct voltage seems
to be reported, and it changes under load, from ~900 mv to 1.3 V.

Please fix.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 207137] AMDGPU incorrectly reports vddgfx voltage for R9 390
  2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
@ 2020-04-06 15:07 ` bugzilla-daemon
  2020-04-06 17:22 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-04-06 15:07 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
Can you attach a copy of your vbios and dmesg output?  You can dump a copy of
your vbios using the following:
sudo cat /sys/kernel/debug/dri/0/amdgpu_vbios > /tmp/vbios.rom

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 207137] AMDGPU incorrectly reports vddgfx voltage for R9 390
  2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
  2020-04-06 15:07 ` [Bug 207137] " bugzilla-daemon
@ 2020-04-06 17:22 ` bugzilla-daemon
  2020-04-06 17:23 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-04-06 17:22 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

sandy.8925@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sandy.8925@gmail.com

--- Comment #2 from sandy.8925@gmail.com ---
Created attachment 288233
  --> https://bugzilla.kernel.org/attachment.cgi?id=288233&action=edit
dmesg output

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 207137] AMDGPU incorrectly reports vddgfx voltage for R9 390
  2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
  2020-04-06 15:07 ` [Bug 207137] " bugzilla-daemon
  2020-04-06 17:22 ` bugzilla-daemon
@ 2020-04-06 17:23 ` bugzilla-daemon
  2020-08-06 16:47 ` bugzilla-daemon
  2020-08-30  7:17 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-04-06 17:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

--- Comment #3 from sandy.8925@gmail.com ---
Created attachment 288235
  --> https://bugzilla.kernel.org/attachment.cgi?id=288235&action=edit
GPU VBIOS

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 207137] AMDGPU incorrectly reports vddgfx voltage for R9 390
  2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2020-04-06 17:23 ` bugzilla-daemon
@ 2020-08-06 16:47 ` bugzilla-daemon
  2020-08-30  7:17 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-08-06 16:47 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

sandy.8925@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Kernel Version|5.6                         |5.8

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 207137] AMDGPU incorrectly reports vddgfx voltage for R9 390
  2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2020-08-06 16:47 ` bugzilla-daemon
@ 2020-08-30  7:17 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-08-30  7:17 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=207137

sandy.8925@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #4 from sandy.8925@gmail.com ---
Fixed with
https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-next&id=3425740adf97b2258966ee3f0d871fd5cc314028

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-08-30  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 14:44 [Bug 207137] New: AMDGPU incorrectly reports vddgfx voltage for R9 390 bugzilla-daemon
2020-04-06 15:07 ` [Bug 207137] " bugzilla-daemon
2020-04-06 17:22 ` bugzilla-daemon
2020-04-06 17:23 ` bugzilla-daemon
2020-08-06 16:47 ` bugzilla-daemon
2020-08-30  7:17 ` 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.