All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace
@ 2018-10-09  7:44 bugzilla-daemon
  2018-10-09  7:52 ` bugzilla-daemon
  2019-11-19  8:57 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2018-10-09  7:44 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 108294
           Summary: Turning off monitor via DisplayPort causes Kernel
                    warning + stack trace
           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: jamespharvey20@gmail.com

Created attachment 141955
  --> https://bugs.freedesktop.org/attachment.cgi?id=141955&action=edit
kernel warning + stack trace - from when HDMI monitor is turned off and back on

Up to date Arch Linux, including: linux 4.18.12.arch1-1, xf86-video-amdgpu
18.1.0-1, mesa 18.2.2-1, opencl-mesa 18.2.2-1, xorg-server 1.20.1-1, and
plasma-desktop 5.13.5-1.

(Recently installed system that STARTED with: linux 4.18.9.arch1-1, mesa
18.2.1-1, and opencl-mesa 18.2.1-1.)  It was also doing this then.

$ lspci -k | grep VGA
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev e7)
        Subsystem: XFX Pine Group Inc. Ellesmere [Radeon RX
470/480/570/570X/580/580X]
        Kernel driver in use: amdgpu
        Kernel modules: amdgpu

It's the: XFX AMD Radeon RX 580 GTS Black Edition 8GB GDDR5 PCI Express 3.0

I have (5) Acer K272HUL bmiidp monitors hooked up via DisplayPort.  Left 2 are
chained, and right 2 are chained.

ASRock EP2C602 Motherboard w/ P1.90 BIOS.  (2) Intel Xeon E5-2690 (v1).

Anytime a monitor turns off, it causes a couple of kernel warnings and stack
traces.  Usually 2-3 warnings each time.

When the monitor turns back on, it just logs what are I think are (3) expected
"[drm]" lines about the "new" connection.

See attached file for a sample of the kernel warnings/stack traces.  The first
part is when a monitor turned off, and the last part is when it turned back on.

By turned off/on, I mean regardless of if I press its power button on the
monitor, pull the plug and plug it back in, or if a graphics issue somewhere in
a driver or graphics API turns off a monitor until I cycle it.

The only time I'm having this now is occasionally a few programs that use
OpenGL graphics.  (Monitors turning off/back on was happening a lot with the
Acer-provided DisplayPort cables, but replacing them with certified Accell
UltraAV DisplayPort cables fixed that.)

When I turn it back on, KDE/Plasma properly re-adds it, gives it the right
resolution, rotation, and alignment next to the other monitors.

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

[-- Attachment #1.2: Type: text/html, Size: 4322 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] 3+ messages in thread

* [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace
  2018-10-09  7:44 [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace bugzilla-daemon
@ 2018-10-09  7:52 ` bugzilla-daemon
  2019-11-19  8:57 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2018-10-09  7:52 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from jamespharvey20@gmail.com ---
For searchability, here's a few of the lines I think are most useful.  Again,
the full dmesg section is attached to the original report.

[163437.787090] [drm] DM_MST: stopping TM on aconnector: 00000000286ba738 [id:
57]
[163437.787579] [drm] DM_MST: Disabling connector: 00000000032767bf [id: 64]
[master: 00000000286ba738]
[163437.787655] [drm] DM_MST: Disabling connector: 00000000fac2e679 [id: 73]
[master: 00000000286ba738]
[163437.789965] WARNING: CPU: 23 PID: 9069 at
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:2957
dm_crtc_helper_atomic_check+0x48/0x60 [amdgpu]
...
[163437.790086] RIP: 0010:dm_crtc_helper_atomic_check+0x48/0x60 [amdgpu]
...
[163437.790125] Call Trace:
[163437.790136]  drm_atomic_helper_check_planes+0x130/0x1b0 [drm_kms_helper]
...
[163438.595567] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 10us *
3000 tries - dce110_stream_encoder_dp_blank line:927
...

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

[-- Attachment #1.2: Type: text/html, Size: 1935 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] 3+ messages in thread

* [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace
  2018-10-09  7:44 [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace bugzilla-daemon
  2018-10-09  7:52 ` bugzilla-daemon
@ 2019-11-19  8:57 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:57 UTC (permalink / raw)
  To: dri-devel


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

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

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/546.

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

[-- Attachment #1.2: Type: text/html, Size: 2437 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  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09  7:44 [Bug 108294] Turning off monitor via DisplayPort causes Kernel warning + stack trace bugzilla-daemon
2018-10-09  7:52 ` bugzilla-daemon
2019-11-19  8:57 ` 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.