All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 105188] Monitors don't always wake up after sleep
@ 2018-02-21 11:17 bugzilla-daemon
  2018-02-21 11:18 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-02-21 11:17 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 105188
           Summary: Monitors don't always wake up after sleep
           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: mbartoszkiewicz@gmail.com

Created attachment 137497
  --> https://bugs.freedesktop.org/attachment.cgi?id=137497&action=edit
Kernel log

Hardware:
 GPU: Gigabyte Radeon RX 480 G1 Gaming 8GB
 Monitors: 3× Eizo FlexScan S2243W, connected using DP
Software:
 Distribution: Gentoo
 Kernel: 4.15.4
 x11-drivers/xf86-video-amdgpu-1.4.0
 x11-base/xorg-server-1.19.6
 media-libs/mesa-18.0.0_rc4
 x11-libs/libdrm-2.4.89

The monitors do not always correctly wake up from sleep.
E.g. after locking the session, the monitors go to sleep.
After pressing a key, only some wake up – the rest are still sleeping.
It does not seem to be deterministic – sometimes a monitor will wake up
correctly, sometimes not.

The kernel log attached is after running the following script:
for i in {1..5}; do echo "XXX before suspend $i" | sudo tee /dev/kmsg; xset
dpms force suspend; sleep 10; echo "XXX before on $i" | sudo tee /dev/kmsg;
xset dpms force on; sleep 10; echo "XXX status $i:" $(cat
/sys/devices/pci0000:00/0000:00:03.0/0000:03:00.0/drm/card0/card0-DP-*/status)
| sudo tee /dev/kmsg; done

I am not sure if it is directly related to this issue, but the kernel log
contains two refcount_t warnings in amdgpu code.

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

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

* [Bug 105188] Monitors don't always wake up after sleep
  2018-02-21 11:17 [Bug 105188] Monitors don't always wake up after sleep bugzilla-daemon
@ 2018-02-21 11:18 ` bugzilla-daemon
  2018-02-21 16:31 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-02-21 11:18 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> ---
Created attachment 137498
  --> https://bugs.freedesktop.org/attachment.cgi?id=137498&action=edit
Kernel configuration

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

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

* [Bug 105188] Monitors don't always wake up after sleep
  2018-02-21 11:17 [Bug 105188] Monitors don't always wake up after sleep bugzilla-daemon
  2018-02-21 11:18 ` bugzilla-daemon
@ 2018-02-21 16:31 ` bugzilla-daemon
  2018-02-21 17:39 ` bugzilla-daemon
  2019-11-19  8:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-02-21 16:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Harry Wentland <harry.wentland@amd.com> ---
Are the monitors set to DP input or to auto-scan the inputs?

We've seen similar issues with some monitors that auto-scan inputs and
disappear on us when we try to enable them.

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

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

* [Bug 105188] Monitors don't always wake up after sleep
  2018-02-21 11:17 [Bug 105188] Monitors don't always wake up after sleep bugzilla-daemon
  2018-02-21 11:18 ` bugzilla-daemon
  2018-02-21 16:31 ` bugzilla-daemon
@ 2018-02-21 17:39 ` bugzilla-daemon
  2019-11-19  8:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-02-21 17:39 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> ---
The monitors are set to DP input, auto-scan is disabled.

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

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

* [Bug 105188] Monitors don't always wake up after sleep
  2018-02-21 11:17 [Bug 105188] Monitors don't always wake up after sleep bugzilla-daemon
                   ` (2 preceding siblings ...)
  2018-02-21 17:39 ` bugzilla-daemon
@ 2019-11-19  8:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:30 UTC (permalink / raw)
  To: dri-devel


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

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

Martin Peres <martin.peres@free.fr> changed:

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

--- Comment #4 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/310.

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

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

end of thread, other threads:[~2019-11-19  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-21 11:17 [Bug 105188] Monitors don't always wake up after sleep bugzilla-daemon
2018-02-21 11:18 ` bugzilla-daemon
2018-02-21 16:31 ` bugzilla-daemon
2018-02-21 17:39 ` bugzilla-daemon
2019-11-19  8:30 ` 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.