All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 205497] New: Attempt to read amd gpu id causes a freeze
@ 2019-11-12  5:20 bugzilla-daemon
  2019-11-12  8:29 ` [Bug 205497] " bugzilla-daemon
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12  5:20 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 205497
           Summary: Attempt to read amd gpu id causes a freeze
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.3.9
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: luya@fedoraproject.org
        Regression: No

Created attachment 285871
  --> https://bugzilla.kernel.org/attachment.cgi?id=285871&action=edit
Script from radeontop to read AMD gpu ids

Running an utility named radeontop on an AMD APU causes a freeze while
attempting to read amdgpu ids. Attached is the script. 
It will be nice to provide a better method to read AMD GPU cards.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
@ 2019-11-12  8:29 ` bugzilla-daemon
  2019-11-12 11:58 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12  8:29 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from albertogomezmarin@gmail.com ---
It is happening for me too with a Vega integrated graphics. Totally freeze with
no graphic load and the utility running

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
  2019-11-12  8:29 ` [Bug 205497] " bugzilla-daemon
@ 2019-11-12 11:58 ` bugzilla-daemon
  2019-11-12 14:54 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12 11:58 UTC (permalink / raw)
  To: dri-devel

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

clst (claudius+kernel@hausnetz.lettenbach.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |claudius+kernel@hausnetz.le
                   |                            |ttenbach.com

--- Comment #2 from clst (claudius+kernel@hausnetz.lettenbach.com) ---
I think this might be a regression since radeontop worked fine with 4.19 on my
Acer Nitro with Ryzen 5 2500U Raven + Polaris RX 560  


The freezes are also not instant I get about a few seconds up to a few minutes
before it hangs (might be dependent on load).

Some more information might be here:
https://github.com/clbr/radeontop/issues/87

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
  2019-11-12  8:29 ` [Bug 205497] " bugzilla-daemon
  2019-11-12 11:58 ` bugzilla-daemon
@ 2019-11-12 14:54 ` bugzilla-daemon
  2019-11-12 15:12 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12 14:54 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

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

--- Comment #3 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 285881
  --> https://bugzilla.kernel.org/attachment.cgi?id=285881&action=edit
possible fix

Assuming radeontop uses the info ioctl to query the registers, this patch
should fix it.  If it mmaps the register BAR directly, there's nothing you can
do.  Accessing registers while the gfx block is off will lead to garbage data
and possibly hang the chip.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-11-12 14:54 ` bugzilla-daemon
@ 2019-11-12 15:12 ` bugzilla-daemon
  2019-11-12 16:52 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12 15:12 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #285881|0                           |1
        is obsolete|                            |

--- Comment #4 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 285883
  --> https://bugzilla.kernel.org/attachment.cgi?id=285883&action=edit
possible fix

updated patch to handle cached registers properly.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (3 preceding siblings ...)
  2019-11-12 15:12 ` bugzilla-daemon
@ 2019-11-12 16:52 ` bugzilla-daemon
  2019-11-14 16:41 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-12 16:52 UTC (permalink / raw)
  To: dri-devel

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

V.I.S. (itemcode@mail.ru) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |itemcode@mail.ru

--- Comment #5 from V.I.S. (itemcode@mail.ru) ---
Hi. Please add patch for 4.19.x LTS kernels too.

Thanks.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (4 preceding siblings ...)
  2019-11-12 16:52 ` bugzilla-daemon
@ 2019-11-14 16:41 ` bugzilla-daemon
  2019-11-15  8:45 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-14 16:41 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #285883|0                           |1
        is obsolete|                            |

--- Comment #6 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 285923
  --> https://bugzilla.kernel.org/attachment.cgi?id=285923&action=edit
possible fix

Better 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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (5 preceding siblings ...)
  2019-11-14 16:41 ` bugzilla-daemon
@ 2019-11-15  8:45 ` bugzilla-daemon
  2019-11-15  8:58 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15  8:45 UTC (permalink / raw)
  To: dri-devel

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

Trek (trek00@inbox.ru) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trek00@inbox.ru

--- Comment #7 from Trek (trek00@inbox.ru) ---
as users reported, this bug should only affects kernels 5.2+

by default, radeontop calls amdgpu_read_mm_registers, amdgpu_query_info and
amdgpu_query_sensor_info, but it can be forced by the command line to read BAR
from /dev/mem

there is a kernel dump at
https://github.com/clbr/radeontop/issues/87#issuecomment-529267244

thank you for the patch, but I cannot test it as my hardware is not affected
(KAVERI)

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (6 preceding siblings ...)
  2019-11-15  8:45 ` bugzilla-daemon
@ 2019-11-15  8:58 ` bugzilla-daemon
  2019-11-15  9:07 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15  8:58 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #8 from V.I.S. (itemcode@mail.ru) ---
Please read here... https://github.com/lestofante/ksysguard-gpu/issues/4

Same issue on 4.19.x LTS kernel.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (7 preceding siblings ...)
  2019-11-15  8:58 ` bugzilla-daemon
@ 2019-11-15  9:07 ` bugzilla-daemon
  2019-11-15  9:15 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15  9:07 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #9 from Trek (trek00@inbox.ru) ---
thanks, I was not aware of it, may be different hardware from the ones on which
kernel 4.19/5.1 works?

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (8 preceding siblings ...)
  2019-11-15  9:07 ` bugzilla-daemon
@ 2019-11-15  9:15 ` bugzilla-daemon
  2019-11-15 15:43 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15  9:15 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #10 from V.I.S. (itemcode@mail.ru) ---
AMD Ryzen 5 2600G + AMD RX560 (multiseat system), system freezed after few days
on kernel 4.19.83 in my case.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (9 preceding siblings ...)
  2019-11-15  9:15 ` bugzilla-daemon
@ 2019-11-15 15:43 ` bugzilla-daemon
  2019-11-15 16:35 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15 15:43 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #11 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to Trek from comment #7)
> by default, radeontop calls amdgpu_read_mm_registers, amdgpu_query_info and
> amdgpu_query_sensor_info, but it can be forced by the command line to read
> BAR from /dev/mem

If you access the BAR directly you will likely have problems in certain power
saving modes.

Can someone test the patch?

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (10 preceding siblings ...)
  2019-11-15 15:43 ` bugzilla-daemon
@ 2019-11-15 16:35 ` bugzilla-daemon
  2019-11-16  3:32 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-15 16:35 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #12 from V.I.S. (itemcode@mail.ru) ---
I need approx 3-5 days for testing, because this bug is not persistent.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (11 preceding siblings ...)
  2019-11-15 16:35 ` bugzilla-daemon
@ 2019-11-16  3:32 ` bugzilla-daemon
  2019-11-16  6:30 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16  3:32 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #13 from Luya Tshimbalanga (luya@fedoraproject.org) ---
(In reply to Alex Deucher from comment #11)
> (In reply to Trek from comment #7)
> > by default, radeontop calls amdgpu_read_mm_registers, amdgpu_query_info and
> > amdgpu_query_sensor_info, but it can be forced by the command line to read
> > BAR from /dev/mem
> 
> If you access the BAR directly you will likely have problems in certain
> power saving modes.
> 
> Can someone test the patch?

Currently building on
https://copr.fedorainfracloud.org/coprs/luya/kernel-amgpu-gfxoff/build/1095660/

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (12 preceding siblings ...)
  2019-11-16  3:32 ` bugzilla-daemon
@ 2019-11-16  6:30 ` bugzilla-daemon
  2019-11-16 18:52 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16  6:30 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #14 from Trek (trek00@inbox.ru) ---
(In reply to Alex Deucher from comment #11)
> If you access the BAR directly you will likely have problems in certain
> power saving modes.
thank you, I'll add a warning message when accessing BAR directly

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (13 preceding siblings ...)
  2019-11-16  6:30 ` bugzilla-daemon
@ 2019-11-16 18:52 ` bugzilla-daemon
  2019-11-16 18:53 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16 18:52 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #15 from Luya Tshimbalanga (luya@fedoraproject.org) ---
Created attachment 285947
  --> https://bugzilla.kernel.org/attachment.cgi?id=285947&action=edit
dmesg from amd raven ridege Ryzen 2500u

dmesg showing latest kernel git snapshot

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (14 preceding siblings ...)
  2019-11-16 18:52 ` bugzilla-daemon
@ 2019-11-16 18:53 ` bugzilla-daemon
  2019-11-16 19:01 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16 18:53 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #16 from Luya Tshimbalanga (luya@fedoraproject.org) ---
Created attachment 285949
  --> https://bugzilla.kernel.org/attachment.cgi?id=285949&action=edit
amdgpu firmware info

Firmware information of amdgpu installed in the testing system

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (15 preceding siblings ...)
  2019-11-16 18:53 ` bugzilla-daemon
@ 2019-11-16 19:01 ` bugzilla-daemon
  2019-11-16 20:06 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16 19:01 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #17 from Luya Tshimbalanga (luya@fedoraproject.org) ---
Created attachment 285951
  --> https://bugzilla.kernel.org/attachment.cgi?id=285951&action=edit
Screenshot of radeontop running with patched kernel

Running radeontop with the patched test kernel, I can confirm the patch fixed
the  freezing issue which no longer occurs as the card is correctly picked up.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (16 preceding siblings ...)
  2019-11-16 19:01 ` bugzilla-daemon
@ 2019-11-16 20:06 ` bugzilla-daemon
  2019-11-18 15:13 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-16 20:06 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #18 from Luya Tshimbalanga (luya@fedoraproject.org) ---
Reading another bug report on
https://bugzilla.kernel.org/show_bug.cgi?id=204689 taken from amdgfx mailing
list, could that issue related?

Anyway, radeontop still runs with the patched kernel. No noticeable freeze and
I tested with Blender rendering the old Ryzen CPU 3D model with GPU compute
running on rocm-opencl (which needs optimization compared to
amdgpu-pro-opencl).

To Alex, will it possible to prepare the patch in the patchwork.kernel.org?
Thanks.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (17 preceding siblings ...)
  2019-11-16 20:06 ` bugzilla-daemon
@ 2019-11-18 15:13 ` bugzilla-daemon
  2019-11-30  1:12 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-18 15:13 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #19 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to Luya Tshimbalanga from comment #18)
> Reading another bug report on
> https://bugzilla.kernel.org/show_bug.cgi?id=204689 taken from amdgfx mailing
> list, could that issue related?

Not likely.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (18 preceding siblings ...)
  2019-11-18 15:13 ` bugzilla-daemon
@ 2019-11-30  1:12 ` bugzilla-daemon
  2020-01-25 14:42 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2019-11-30  1:12 UTC (permalink / raw)
  To: dri-devel

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

Luya Tshimbalanga (luya@fedoraproject.org) changed:

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

--- Comment #20 from Luya Tshimbalanga (luya@fedoraproject.org) ---
I confirm the fix landed on kernel 5.4. Thanks Alex for a quick investigation.
Closing this report.

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (19 preceding siblings ...)
  2019-11-30  1:12 ` bugzilla-daemon
@ 2020-01-25 14:42 ` bugzilla-daemon
  2020-04-12 17:24 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2020-01-25 14:42 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #21 from albertogomezmarin@gmail.com ---
(In reply to Luya Tshimbalanga from comment #20)
> I confirm the fix landed on kernel 5.4. Thanks Alex for a quick
> investigation. Closing this report.

For me It Is happening again, i dont know since what kernel. Ivhace an Asus
with ryzen 5 3550H

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (20 preceding siblings ...)
  2020-01-25 14:42 ` bugzilla-daemon
@ 2020-04-12 17:24 ` bugzilla-daemon
  2020-04-12 19:33 ` bugzilla-daemon
  2020-06-15 13:01 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2020-04-12 17:24 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #22 from Luya Tshimbalanga (luya@fedoraproject.org) ---
(In reply to albertogomezmarin from comment #21)
> (In reply to Luya Tshimbalanga from comment #20)
> > I confirm the fix landed on kernel 5.4. Thanks Alex for a quick
> > investigation. Closing this report.
> 
> For me It Is happening again, i dont know since what kernel. Ivhace an Asus
> with ryzen 5 3550H

Did the latest updated kernel resolve the issue?

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (21 preceding siblings ...)
  2020-04-12 17:24 ` bugzilla-daemon
@ 2020-04-12 19:33 ` bugzilla-daemon
  2020-06-15 13:01 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2020-04-12 19:33 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #23 from albertogomezmarin@gmail.com ---
I did not test it. I have not here the laptop to do it. I have now another
laptop with ryyzen 7 3700U

-- 
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] 25+ messages in thread

* [Bug 205497] Attempt to read amd gpu id causes a freeze
  2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
                   ` (22 preceding siblings ...)
  2020-04-12 19:33 ` bugzilla-daemon
@ 2020-06-15 13:01 ` bugzilla-daemon
  23 siblings, 0 replies; 25+ messages in thread
From: bugzilla-daemon @ 2020-06-15 13:01 UTC (permalink / raw)
  To: dri-devel

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

Sling Shot (sling-shot@gmx.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sling-shot@gmx.com

--- Comment #24 from Sling Shot (sling-shot@gmx.com) ---
It is still happening. For me it is an almost instant lock. REISUB does not
work.

CPU     : Quad Core AMD Ryzen 3 2200G with Radeon Vega Graphics (-MCP-) 
Kernel  : 5.6.17-pclos1 x86_64 
Shell   : bash 4.4.23

-- 
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] 25+ messages in thread

end of thread, other threads:[~2020-06-15 13:01 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  5:20 [Bug 205497] New: Attempt to read amd gpu id causes a freeze bugzilla-daemon
2019-11-12  8:29 ` [Bug 205497] " bugzilla-daemon
2019-11-12 11:58 ` bugzilla-daemon
2019-11-12 14:54 ` bugzilla-daemon
2019-11-12 15:12 ` bugzilla-daemon
2019-11-12 16:52 ` bugzilla-daemon
2019-11-14 16:41 ` bugzilla-daemon
2019-11-15  8:45 ` bugzilla-daemon
2019-11-15  8:58 ` bugzilla-daemon
2019-11-15  9:07 ` bugzilla-daemon
2019-11-15  9:15 ` bugzilla-daemon
2019-11-15 15:43 ` bugzilla-daemon
2019-11-15 16:35 ` bugzilla-daemon
2019-11-16  3:32 ` bugzilla-daemon
2019-11-16  6:30 ` bugzilla-daemon
2019-11-16 18:52 ` bugzilla-daemon
2019-11-16 18:53 ` bugzilla-daemon
2019-11-16 19:01 ` bugzilla-daemon
2019-11-16 20:06 ` bugzilla-daemon
2019-11-18 15:13 ` bugzilla-daemon
2019-11-30  1:12 ` bugzilla-daemon
2020-01-25 14:42 ` bugzilla-daemon
2020-04-12 17:24 ` bugzilla-daemon
2020-04-12 19:33 ` bugzilla-daemon
2020-06-15 13:01 ` 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.