All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
@ 2018-10-04 16:35 ` bugzilla-daemon
  2018-10-20 14:12 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-04 16:35 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|xorg-team@lists.x.org       |
           Assignee|xorg-driver-ati@lists.x.org |dri-devel@lists.freedesktop
                   |                            |.org
            Product|xorg                        |DRI
          Component|Driver/AMDgpu               |DRM/AMDgpu
            Version|git                         |unspecified

--- Comment #5 from Michel Dänzer <michel@daenzer.net> ---
I suspect amdgpu_connector_dp_detect might need similar logic as
amdgpu_connector_dvi/vga_detect related to amdgpu_connector->detected_by_load .

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
  2018-10-04 16:35 ` [Bug 104531] Cannot turn monitor off over DP cable bugzilla-daemon
@ 2018-10-20 14:12 ` bugzilla-daemon
  2018-10-21 20:47 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-20 14:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Marcin Deranek <gringo@slonko.net> ---
It looks like this might be chipset/firmware specific.

I had this problem with MSI R9 270 Gaming 2G
(https://www.msi.com/Graphics-card/R9-270-GAMING-2G.html) which broke last week
(I couldn't power on computer). I replaced it with Sapphire Nitro+ Radeon RX580
8GB GDDR5
(http://www.sapphiretech.com/productdetial.asp?pid=B66182B7-1EA6-42A9-8762-FCCE003B491A&lang=eng)
which does not exhibit this behaviour even though the rest of the system is the
same: same hardware, same OS.

Now when running:
sleep 5; xset dpms force off

monitor goes permanently into sleep.

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
  2018-10-04 16:35 ` [Bug 104531] Cannot turn monitor off over DP cable bugzilla-daemon
  2018-10-20 14:12 ` bugzilla-daemon
@ 2018-10-21 20:47 ` bugzilla-daemon
  2018-10-21 20:53 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-21 20:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Parag <parag.warudkar@gmail.com> ---
(In reply to Alex Deucher from comment #3)
> (In reply to Parag from comment #2)
> > This is happening to me with a R7 240 with DP or HDMI cables, with 4
> > different monitors - Acer, Dell, 2x Lenovo. No errors in dmesg, just that
> > screen refuses to stay off after DPMS standby/off - wakes back up instantly.
> > 
> > Tried on Ubuntu 18.04.1 and OpenSUSE Tumbleweed all the way up to latest
> > 4.9.x kernel with same results.
> > 
> > Any pointers on how to debug this greatly appreciated.
> 
> Are you manually turning off the displays using xset or something like that,
> or are you seeing this behavior when your desktop environment enters a dpms
> state?

Correction : this happens to me on RX560 card - R7 240 was the one that worked
fine. It happens with 1xAcer 1x Dell monitor combo as well 2x Lenovo ones - so
monitor brand doesn't seem to matter.

5:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin
[Radeon RX 460/560D / Pro 450/455/460/555/560] (rev e5)

Also to answer your question it happens when I set it manually using xset dpms
force standby for example. But problem also happens when desktop tries to enter
dpms state - tried with various distros/GNOME/KDE with same results - the
monitor fails to go to sleep. The difference being in the first case the screen
turns black for a second or so, monitor power light is still white and then the
screen comes back on. 

In the second case I either see grey screen with mouse some times and lock
screen in others but I am able to move the mouse and log back in - nothing
seems broken in either case other than the fact that both monitors fail to
sleep.

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2018-10-21 20:47 ` bugzilla-daemon
@ 2018-10-21 20:53 ` bugzilla-daemon
  2018-10-28 15:28 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-21 20:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Parag <parag.warudkar@gmail.com> ---
(In reply to Marcin Deranek from comment #6)
> It looks like this might be chipset/firmware specific.
> 
> I had this problem with MSI R9 270 Gaming 2G
> (https://www.msi.com/Graphics-card/R9-270-GAMING-2G.html) which broke last
> week (I couldn't power on computer). I replaced it with Sapphire Nitro+
> Radeon RX580 8GB GDDR5
> (http://www.sapphiretech.com/productdetial.asp?pid=B66182B7-1EA6-42A9-8762-
> FCCE003B491A&lang=eng) which does not exhibit this behaviour even though the
> rest of the system is the same: same hardware, same OS.
> 
> Now when running:
> sleep 5; xset dpms force off
> 
> monitor goes permanently into sleep.

Just to add a data point - problem card in my case is a XFX Radeon RX 560. 
1xDP 1xHDMI outputs - disconnecting the DP cable from one monitor doesn't help
- same issue with single monitor over HDMI.

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2018-10-21 20:53 ` bugzilla-daemon
@ 2018-10-28 15:28 ` bugzilla-daemon
  2018-10-28 15:28 ` bugzilla-daemon
  2019-11-19  8:28 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-28 15:28 UTC (permalink / raw)
  To: dri-devel


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

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

Parag <parag.warudkar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|low                         |medium

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
                   ` (4 preceding siblings ...)
  2018-10-28 15:28 ` bugzilla-daemon
@ 2018-10-28 15:28 ` bugzilla-daemon
  2019-11-19  8:28 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2018-10-28 15:28 UTC (permalink / raw)
  To: dri-devel


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

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

Parag <parag.warudkar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

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

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

* [Bug 104531] Cannot turn monitor off over DP cable
       [not found] <bug-104531-502@http.bugs.freedesktop.org/>
                   ` (5 preceding siblings ...)
  2018-10-28 15:28 ` bugzilla-daemon
@ 2019-11-19  8:28 ` bugzilla-daemon
  6 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:28 UTC (permalink / raw)
  To: dri-devel


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

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

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

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

--- Comment #9 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/290.

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

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-104531-502@http.bugs.freedesktop.org/>
2018-10-04 16:35 ` [Bug 104531] Cannot turn monitor off over DP cable bugzilla-daemon
2018-10-20 14:12 ` bugzilla-daemon
2018-10-21 20:47 ` bugzilla-daemon
2018-10-21 20:53 ` bugzilla-daemon
2018-10-28 15:28 ` bugzilla-daemon
2018-10-28 15:28 ` bugzilla-daemon
2019-11-19  8:28 ` 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.