All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend
@ 2015-09-01 19:50 bugzilla-daemon
  2015-09-01 19:52 ` [Bug 103881] " bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2015-09-01 19:50 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

            Bug ID: 103881
           Summary: HP Compaq dc5750 fails to resume from suspend
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.1.6.i386
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: jefferym@gmail.com
        Regression: No

Created attachment 186431
  --> https://bugzilla.kernel.org/attachment.cgi?id=186431&action=edit
Patch adding the dc5750 to the list of radeon rs4xxx quirks

The HP Compaq dc5750 is unable to resume from the suspend state. With the
system suspended and I press the power button on the front of the machine I
expect it to wake up. When the button is pressed the HDD and CD drive lights
activate briefly and the fan powers on. The video output does not appear to
resume and stays black. I have to hard power the system to bring it back.
Attempting to suspend/resume has this issue every time I have tried it.

I observed this behavior on kernels 4.1.6 and 4.0.5.

Setting devices in /sys/power/pm_debug resulted in the system failing to
resume.
The freezer method in /sys/power/pm_debug did not have an issue resuming.

I enabled /sys/power/pm_trace and after the hard boot I was able to find a
reasonable hash matches line: ' pci 0000:01:05.0: hash matches'. Additionally
/sys/power/pm_trace_dev_match was able to resolve this to `radeon`.

I was able to boot using a serial console and prevented the radeon driver from
loading. In this state it was able to suspend and resume properly. From this
state I let the radeon driver load again and the system would fail to resume
from suspend.

I was able to add this system to the list of RS480 quirks. The system was able
to suspend and resume normally with the change. It worked with the Xserver
running as well. It appears to be running normally. I have attached the patch I
tested against the 4.0.5 and 4.1.6 kernels.

Is there anything else I should test?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
@ 2015-09-01 19:52 ` bugzilla-daemon
  2015-09-01 19:54 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2015-09-01 19:52 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

--- Comment #1 from Jeffery Miller <jefferym@gmail.com> ---
Created attachment 186441
  --> https://bugzilla.kernel.org/attachment.cgi?id=186441&action=edit
lspci -nnv of the affected system

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
  2015-09-01 19:52 ` [Bug 103881] " bugzilla-daemon
@ 2015-09-01 19:54 ` bugzilla-daemon
  2015-09-01 20:32 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2015-09-01 19:54 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

--- Comment #2 from Jeffery Miller <jefferym@gmail.com> ---
Created attachment 186451
  --> https://bugzilla.kernel.org/attachment.cgi?id=186451&action=edit
dmidecode of the affected machine

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
  2015-09-01 19:52 ` [Bug 103881] " bugzilla-daemon
  2015-09-01 19:54 ` bugzilla-daemon
@ 2015-09-01 20:32 ` bugzilla-daemon
  2017-03-06 20:08 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2015-09-01 20:32 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
Applied.  thanks!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-09-01 20:32 ` bugzilla-daemon
@ 2017-03-06 20:08 ` bugzilla-daemon
  2018-04-02 15:22 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-03-06 20:08 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

Szőgyényi Gábor (szg0000@freemail.hu) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |szg0000@freemail.hu

--- Comment #4 from Szőgyényi Gábor (szg0000@freemail.hu) ---
Please try to reproduce this bug with latest kernel image.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-03-06 20:08 ` bugzilla-daemon
@ 2018-04-02 15:22 ` bugzilla-daemon
  2018-04-02 15:41 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-04-02 15:22 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

--- Comment #5 from Jeffery Miller (jefferym@gmail.com) ---
I tested this on 4.14.31 and it is fixed. It is able to sleep and resume
properly.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
                   ` (4 preceding siblings ...)
  2018-04-02 15:22 ` bugzilla-daemon
@ 2018-04-02 15:41 ` bugzilla-daemon
  2018-04-02 15:51 ` bugzilla-daemon
  2018-04-02 15:52 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-04-02 15:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

Jeffery Miller (jefferym@gmail.com) changed:

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

--- Comment #6 from Jeffery Miller (jefferym@gmail.com) ---
I was unable to reproduce this on the latest 4.14.31

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
                   ` (5 preceding siblings ...)
  2018-04-02 15:41 ` bugzilla-daemon
@ 2018-04-02 15:51 ` bugzilla-daemon
  2018-04-02 15:52 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-04-02 15:51 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

--- Comment #7 from Jeffery Miller (jefferym@gmail.com) ---
I was also able to reproduce this issue on 4.16.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 103881] HP Compaq dc5750 fails to resume from suspend
  2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
                   ` (6 preceding siblings ...)
  2018-04-02 15:51 ` bugzilla-daemon
@ 2018-04-02 15:52 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-04-02 15:52 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=103881

--- Comment #8 from Jeffery Miller (jefferym@gmail.com) ---
Comment 7 is wrong. I was unable to reproduce this issue on 4.16. It is fixed
in 4.16 and working as expected.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-04-02 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 19:50 [Bug 103881] New: HP Compaq dc5750 fails to resume from suspend bugzilla-daemon
2015-09-01 19:52 ` [Bug 103881] " bugzilla-daemon
2015-09-01 19:54 ` bugzilla-daemon
2015-09-01 20:32 ` bugzilla-daemon
2017-03-06 20:08 ` bugzilla-daemon
2018-04-02 15:22 ` bugzilla-daemon
2018-04-02 15:41 ` bugzilla-daemon
2018-04-02 15:51 ` bugzilla-daemon
2018-04-02 15:52 ` 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.