* [Bug 110469] R5 M330 GPU Hung
@ 2019-04-18 20:10 bugzilla-daemon
2019-04-18 20:11 ` bugzilla-daemon
2019-11-19 9:35 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2019-04-18 20:10 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 4214 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=110469
Bug ID: 110469
Summary: R5 M330 GPU Hung
Product: DRI
Version: XOrg git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: DRM/Radeon
Assignee: dri-devel@lists.freedesktop.org
Reporter: masterxakep@gmail.com
Created attachment 144037
--> https://bugs.freedesktop.org/attachment.cgi?id=144037&action=edit
dmesg log
When using discrete radeon gpu on my laptop in most application(via PRIME) I
constantly get gpu hung.
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT
[Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520] (rev 83)
Subsystem: Hewlett-Packard Company Sun XT [Radeon HD 8670A/8670M/8690M
/ R5 M330 / M430 / Radeon 520 Mobile]
Physical Slot: 0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 32
Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at f0400000 (64-bit, non-prefetchable) [size=256K]
Region 4: I/O ports at 4000 [size=256]
Expansion ROM at f0440000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
I can reproduce this bug in glmark2. bug ALWAYS happens on [desktop] stage of
benchmark. also this is not hardware problem(gpu works fine in windows/ no
overheating)
Please help me, I cant use discrete card for a year now because this bug.
There is call trace in dmesg somehere in the middle(full logs attached):
Apr 18 23:45:40 HP kernel: radeon 0000:01:00.0: ring 3 stalled for more than
238640msec
Apr 18 23:45:40 HP kernel: radeon 0000:01:00.0: GPU lockup (current fence id
0x00000000000257d3 last fence id 0x00000000000257d8 on ring 3)
Apr 18 23:45:40 HP kernel: radeon 0000:01:00.0: ring 0 stalled for more than
239107msec
Apr 18 23:45:40 HP kernel: radeon 0000:01:00.0: GPU lockup (current fence id
0x0000000000012b81 last fence id 0x0000000000012b84 on ring 0)
Apr 18 23:45:40 HP kernel: INFO: task kworker/u8:0:3018 blocked for more than
120 seconds.
Apr 18 23:45:40 HP kernel: Tainted: G OE 5.0.3-pf #1
Apr 18 23:45:40 HP kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
Apr 18 23:45:40 HP kernel: kworker/u8:0 D 0 3018 2 0x80000080
Apr 18 23:45:40 HP kernel: Workqueue: events_unbound commit_work
[drm_kms_helper]
Apr 18 23:45:40 HP kernel: Call Trace:
Apr 18 23:45:40 HP kernel: ? __schedule+0x505/0x14d0
Apr 18 23:45:40 HP kernel: ? ieee802_11_parse_elems_crc+0x16a/0x650 [mac80211]
Apr 18 23:45:40 HP kernel: schedule+0x28/0x90
Apr 18 23:45:40 HP kernel: schedule_timeout+0x23d/0x2e0
Apr 18 23:45:40 HP kernel: ?
dce110_timing_generator_get_crtc_scanoutpos+0x88/0x110 [amdgpu]
Apr 18 23:45:40 HP kernel: dma_fence_default_wait+0x204/0x270
Apr 18 23:45:40 HP kernel: ? dma_fence_wait_timeout+0x100/0x100
Apr 18 23:45:40 HP kernel: dma_fence_wait_timeout+0xd9/0x100
Apr 18 23:45:40 HP kernel: reservation_object_wait_timeout_rcu+0x1f2/0x370
Apr 18 23:45:40 HP kernel: amdgpu_dm_do_flip+0x14a/0x4a0 [amdgpu]
Apr 18 23:45:40 HP kernel: ? amdgpu_dm_atomic_commit_tail+0x5f9/0xbc0 [amdgpu]
Apr 18 23:45:40 HP kernel: amdgpu_dm_atomic_commit_tail+0x5f9/0xbc0 [amdgpu]
Apr 18 23:45:40 HP kernel: commit_tail+0x3d/0x70 [drm_kms_helper]
Apr 18 23:45:40 HP kernel: process_one_work+0x1f4/0x3f0
Apr 18 23:45:40 HP kernel: worker_thread+0x2d/0x3e0
Apr 18 23:45:40 HP kernel: ? process_one_work+0x3f0/0x3f0
Apr 18 23:45:40 HP kernel: kthread+0x112/0x130
Apr 18 23:45:40 HP kernel: ? kthread_park+0x80/0x80
Apr 18 23:45:40 HP kernel: ret_from_fork+0x1f/0x40
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 5622 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] 3+ messages in thread
* [Bug 110469] R5 M330 GPU Hung
2019-04-18 20:10 [Bug 110469] R5 M330 GPU Hung bugzilla-daemon
@ 2019-04-18 20:11 ` bugzilla-daemon
2019-11-19 9:35 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2019-04-18 20:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=110469
--- Comment #1 from Slava <masterxakep@gmail.com> ---
Created attachment 144038
--> https://bugs.freedesktop.org/attachment.cgi?id=144038&action=edit
xorg log
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1118 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] 3+ messages in thread
* [Bug 110469] R5 M330 GPU Hung
2019-04-18 20:10 [Bug 110469] R5 M330 GPU Hung bugzilla-daemon
2019-04-18 20:11 ` bugzilla-daemon
@ 2019-11-19 9:35 ` bugzilla-daemon
1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2019-11-19 9:35 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 805 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=110469
Martin Peres <martin.peres@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #2 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/864.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2272 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] 3+ messages in thread
end of thread, other threads:[~2019-11-19 9:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18 20:10 [Bug 110469] R5 M330 GPU Hung bugzilla-daemon
2019-04-18 20:11 ` bugzilla-daemon
2019-11-19 9:35 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox