* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
@ 2017-04-30 15:40 bugzilla-daemon
2017-04-30 15:41 ` bugzilla-daemon
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-04-30 15:40 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2168 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
Bug ID: 100891
Summary: failed to send pre message kernel output delays
booting/suspending/resuming
Product: DRI
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel@lists.freedesktop.org
Reporter: harn-solo@gmx.de
Created attachment 131160
--> https://bugs.freedesktop.org/attachment.cgi?id=131160&action=edit
dmesg output (kernel 4.9)
Starting with kernel version 4.9 the boot process, s3 suspend and s3 resume is
delayed by kernel messages like the following
[ 17.322912]
failed to send pre message 148 ret is 0
[ 17.543482]
failed to send message 148 ret is 0
for a very long time, e.g. 10 min (see attachment for a full dmesg log). When
the system is fully booted everything else seems to be fine.
I'm not sure if it is related at all, but I did a quick bisection: between
4.9-rc2 and 4.9-rc3, with the introduction of commit
3b496626ee8f07919256a4e99cddf42ecd4ba891 I had to supply a new firmware file
(topaz_k_smc.bin) otherwise my screen remains black. After supplying the
missing firmware-file from from linux-firmware.git I noticed the long boot
delay and the messages.
Kernel series 4.11-rcX reduces the delays drastically, down to around 1-2
minutes but after a resume from s3 the GPUs gets hot very quickly without fans
kicking in until it reaches some sort of emergency mode with short bursts of
jet engine like fans.
This happens on the kernels 4.9-rc3 up to the latest 4.11-rc, always tested
with the latest set of firmware files.
My GPU-hardware is a Sapphire R9 380X:
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Amethyst XT [Radeon R9 M295X Mac Edition] (rev f1)
05:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device aad8
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3612 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
@ 2017-04-30 15:41 ` bugzilla-daemon
2017-05-01 8:41 ` bugzilla-daemon
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-04-30 15:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #1 from MichaelLong <harn-solo@gmx.de> ---
Created attachment 131161
--> https://bugs.freedesktop.org/attachment.cgi?id=131161&action=edit
lspci output
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1250 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
2017-04-30 15:41 ` bugzilla-daemon
@ 2017-05-01 8:41 ` bugzilla-daemon
2017-05-01 8:42 ` bugzilla-daemon
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-05-01 8:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1337 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #2 from Edward O'Callaghan <funfunctor@folklore1984.net> ---
Same issue:
$ lspci -vvnn -s 05:00.0
05:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz
XT [Radeon R7 M260/M265 / M340/M360 / M440/M445] [1002:6900]
Subsystem: Lenovo Radeon R7 M260 [17aa:5021]
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 46
Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at d0000000 (64-bit, prefetchable) [size=2M]
Region 4: I/O ports at 3000 [size=256]
Region 5: Memory at f1600000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at f1640000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: amdgpu
Kernel modules: amdgpu
$ uname -r
4.10.11-200.fc25.x86_64
$ rpm -q libdrm mesa-dri-drivers
libdrm-2.4.79-1.fc25.x86_64
mesa-dri-drivers-13.0.4-3.fc25.x86_64
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2207 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
2017-04-30 15:41 ` bugzilla-daemon
2017-05-01 8:41 ` bugzilla-daemon
@ 2017-05-01 8:42 ` bugzilla-daemon
2017-05-14 15:55 ` bugzilla-daemon
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-05-01 8:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 323 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #3 from Edward O'Callaghan <funfunctor@folklore1984.net> ---
Created attachment 131165
--> https://bugs.freedesktop.org/attachment.cgi?id=131165&action=edit
kern4.10_dmesg
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1292 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (2 preceding siblings ...)
2017-05-01 8:42 ` bugzilla-daemon
@ 2017-05-14 15:55 ` bugzilla-daemon
2018-04-30 15:00 ` bugzilla-daemon
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2017-05-14 15:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 337 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #4 from MichaelLong <harn-solo@gmx.de> ---
Created attachment 131352
--> https://bugs.freedesktop.org/attachment.cgi?id=131352&action=edit
dmesg log 4.12-rc1
Still broken on 4.12-rc1
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1296 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (3 preceding siblings ...)
2017-05-14 15:55 ` bugzilla-daemon
@ 2018-04-30 15:00 ` bugzilla-daemon
2018-04-30 15:00 ` bugzilla-daemon
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-04-30 15:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1591 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #5 from MichaelLong <harn-solo@gmx.de> ---
Update:
>From time to time I'm testing this card with newer kernels along with the most
recent set of firmware files. The only difference I was able to observe is that
the amount of debug messages is less and less with every new kernel. With
kernel 4.9 there were so many debug messages emitted that the monitor was in
standby for more than 10min, now e.g. with 4.17-rc3 there only a few messages
(see newer dmesg output), hardly noticeable.
Unfortunately the result remains the same: Shortly after booting, the GPU
temperature is rising constantly, the fans are not starting to spin. My guess
is that eventually the card will overheat or go into some sort of emergency
mode. I was always shutting down earlier.
In the meantime I was also able to test the card in a few other PC systems.
Interestingly the card is working there without any of the above mentioned
issues.
The affected mainboard I'm trying to use the card with is an ASUS X99-E WS 3.1
(https://www.asus.com/Commercial-Servers-Workstations/X99E_WSUSB_31/).
Other cards are running fine. Right now I'm using a 'VGA compatible controller:
Advanced Micro Devices, Inc. [AMD/ATI] Caicos XT [Radeon HD 7470/8470 / R5
235/310 OEM]' without problems.
In the current state this R9 380X is unusable for me. Please let me know if
there is any chance to get this fixed. I'm happy to test out any patches if
needed.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2504 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (4 preceding siblings ...)
2018-04-30 15:00 ` bugzilla-daemon
@ 2018-04-30 15:00 ` bugzilla-daemon
2018-04-30 15:02 ` bugzilla-daemon
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-04-30 15:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 322 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #6 from MichaelLong <harn-solo@gmx.de> ---
Created attachment 139229
--> https://bugs.freedesktop.org/attachment.cgi?id=139229&action=edit
dmesg output of kernel 4.17-rc3
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1307 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (5 preceding siblings ...)
2018-04-30 15:00 ` bugzilla-daemon
@ 2018-04-30 15:02 ` bugzilla-daemon
2018-08-22 9:37 ` bugzilla-daemon
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-04-30 15:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 310 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #7 from MichaelLong <harn-solo@gmx.de> ---
Created attachment 139230
--> https://bugs.freedesktop.org/attachment.cgi?id=139230&action=edit
recent lspci output
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1271 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (6 preceding siblings ...)
2018-04-30 15:02 ` bugzilla-daemon
@ 2018-08-22 9:37 ` bugzilla-daemon
2018-10-01 12:12 ` bugzilla-daemon
2019-11-19 8:15 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-08-22 9:37 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 754 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #8 from MichaelLong <harn-solo@gmx.de> ---
Created attachment 141239
--> https://bugs.freedesktop.org/attachment.cgi?id=141239&action=edit
dmesg output of kernel 4.18.4
Regular test of the card's working status, this time probably including some
more interesting bits (a few excerpts):
10.138008] [drm] dce110_link_encoder_construct: Failed to get encoder_cap_info
from VBIOS with error code 4!
[ 18.912142] [drm:amdgpu_uvd_ring_test_ib [amdgpu]] *ERROR* amdgpu: (0)IB
test timed out.
[ 18.932321] [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* amdgpu: failed
testing IB on ring 12 (-110).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1735 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (7 preceding siblings ...)
2018-08-22 9:37 ` bugzilla-daemon
@ 2018-10-01 12:12 ` bugzilla-daemon
2019-11-19 8:15 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2018-10-01 12:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 2911 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
--- Comment #9 from Luke A. Guest <laguest@archeia.com> ---
I've also been getting these messages on my card:
[435103.682225] amdgpu: [powerplay]
last message was failed ret is 0
[435104.057921] amdgpu: [powerplay]
failed to send message 5e ret is 0
[435104.811257] amdgpu: [powerplay]
last message was failed ret is 0
[435105.189433] amdgpu: [powerplay]
failed to send message 145 ret is 0
[435105.941847] amdgpu: [powerplay]
last message was failed ret is 0
[435106.321116] amdgpu: [powerplay]
failed to send message 146 ret is 0
[435106.702501] amdgpu: [powerplay]
last message was failed ret is 0
[435107.086555] amdgpu: [powerplay]
failed to send message 148 ret is 0
[435107.842300] amdgpu: [powerplay]
last message was failed ret is 0
[435108.230788] amdgpu: [powerplay]
failed to send message 145 ret is 0
[435108.999382] amdgpu: [powerplay]
last message was failed ret is 0
[435109.385901] amdgpu: [powerplay]
failed to send message 146 ret is 0
[445047.844282] amdgpu: [powerplay]
last message was failed ret is 0
[445048.214449] amdgpu: [powerplay]
failed to send message 5e ret is 0
[445048.953592] amdgpu: [powerplay]
last message was failed ret is 0
[445049.322871] amdgpu: [powerplay]
failed to send message 145 ret is 0
[445050.061340] amdgpu: [powerplay]
last message was failed ret is 0
[445050.431776] amdgpu: [powerplay]
failed to send message 146 ret is 0
[445050.801583] amdgpu: [powerplay]
last message was failed ret is 0
[445051.171950] amdgpu: [powerplay]
failed to send message 148 ret is 0
[445051.912275] amdgpu: [powerplay]
last message was failed ret is 0
[445052.282308] amdgpu: [powerplay]
failed to send message 145 ret is 0
[445053.023562] amdgpu: [powerplay]
last message was failed ret is 0
[445053.393359] amdgpu: [powerplay]
failed to send message 146 ret is 0
[445864.746413] amdgpu: [powerplay]
last message was failed ret is 0
[445865.114772] amdgpu: [powerplay]
Linux rogue 4.19.0-rc4 #1 SMP PREEMPT Sat Sep 22 14:12:36 BST 2018 x86_64 AMD
FX(tm)-8350 Eight-Core Processor AuthenticAMD GNU/Linux
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tonga
PRO [Radeon R9 285/380] (rev f1)
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tonga HDMI Audio
[Radeon R9 285/380]
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3747 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
` (8 preceding siblings ...)
2018-10-01 12:12 ` bugzilla-daemon
@ 2019-11-19 8:15 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2019-11-19 8:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 806 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=100891
Martin Peres <martin.peres@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #10 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/161.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2451 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] 11+ messages in thread
end of thread, other threads:[~2019-11-19 8:15 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-30 15:40 [Bug 100891] failed to send pre message kernel output delays booting/suspending/resuming bugzilla-daemon
2017-04-30 15:41 ` bugzilla-daemon
2017-05-01 8:41 ` bugzilla-daemon
2017-05-01 8:42 ` bugzilla-daemon
2017-05-14 15:55 ` bugzilla-daemon
2018-04-30 15:00 ` bugzilla-daemon
2018-04-30 15:00 ` bugzilla-daemon
2018-04-30 15:02 ` bugzilla-daemon
2018-08-22 9:37 ` bugzilla-daemon
2018-10-01 12:12 ` bugzilla-daemon
2019-11-19 8:15 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox