* [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop @ 2016-02-21 13:17 bugzilla-daemon 2016-03-12 9:27 ` [Bug 112781] " bugzilla-daemon ` (3 more replies) 0 siblings, 4 replies; 5+ messages in thread From: bugzilla-daemon @ 2016-02-21 13:17 UTC (permalink / raw) To: dri-devel https://bugzilla.kernel.org/show_bug.cgi?id=112781 Bug ID: 112781 Summary: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop Product: Drivers Version: 2.5 Kernel Version: 4.5-rc2 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: haagch.christoph@googlemail.com Regression: No Created attachment 204201 --> https://bugzilla.kernel.org/attachment.cgi?id=204201&action=edit dmesg On a Clevo P170EM with these GPUs: 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wimbledon XT [Radeon HD 7970M] (rev ff) With rc2 suspend stopped working. It starts to suspend, turns off the display, etc., but then it fails to actually enter the suspend state. The power stays on and after a while the radeon GPU fan starts spinning up. There's nothing in the logs relating to the problem I could find. I bisected to f95429eccc570dc45d589c327bfcfddcdc3e8228 and confirmed it with latest linux git (4.5-rc5) with this commit reverted - suspend works. Attached is a dmesg with this setup including one successful suspend and wake up. -- 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] 5+ messages in thread
* [Bug 112781] radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop 2016-02-21 13:17 [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop bugzilla-daemon @ 2016-03-12 9:27 ` bugzilla-daemon 2016-03-14 14:36 ` bugzilla-daemon ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon @ 2016-03-12 9:27 UTC (permalink / raw) To: dri-devel https://bugzilla.kernel.org/show_bug.cgi?id=112781 --- Comment #1 from Christoph Haag <haagch.christoph@googlemail.com> --- Uhm... bump? With the latest linux git, I tried + radeon_fbdev_init(rdev); if (!list_empty(&rdev->ddev->mode_config.connector_list)) { - radeon_fbdev_init(rdev); drm_kms_helper_poll_init(rdev->ddev); } and suspend works. -- 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] 5+ messages in thread
* [Bug 112781] radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop 2016-02-21 13:17 [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop bugzilla-daemon 2016-03-12 9:27 ` [Bug 112781] " bugzilla-daemon @ 2016-03-14 14:36 ` bugzilla-daemon 2016-03-14 16:10 ` bugzilla-daemon 2016-03-27 8:23 ` bugzilla-daemon 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon @ 2016-03-14 14:36 UTC (permalink / raw) To: dri-devel https://bugzilla.kernel.org/show_bug.cgi?id=112781 Alex Deucher <alexdeucher@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexdeucher@gmail.com --- Comment #2 from Alex Deucher <alexdeucher@gmail.com> --- Created attachment 209091 --> https://bugzilla.kernel.org/attachment.cgi?id=209091&action=edit fix The attached patch should fix it. -- 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] 5+ messages in thread
* [Bug 112781] radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop 2016-02-21 13:17 [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop bugzilla-daemon 2016-03-12 9:27 ` [Bug 112781] " bugzilla-daemon 2016-03-14 14:36 ` bugzilla-daemon @ 2016-03-14 16:10 ` bugzilla-daemon 2016-03-27 8:23 ` bugzilla-daemon 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon @ 2016-03-14 16:10 UTC (permalink / raw) To: dri-devel https://bugzilla.kernel.org/show_bug.cgi?id=112781 --- Comment #3 from Christoph Haag <haagch.christoph@googlemail.com> --- 4.5 with the patch seems to suspend without problems, thanks. -- 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] 5+ messages in thread
* [Bug 112781] radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop 2016-02-21 13:17 [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop bugzilla-daemon ` (2 preceding siblings ...) 2016-03-14 16:10 ` bugzilla-daemon @ 2016-03-27 8:23 ` bugzilla-daemon 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon @ 2016-03-27 8:23 UTC (permalink / raw) To: dri-devel https://bugzilla.kernel.org/show_bug.cgi?id=112781 Christoph Haag <haagch.christoph@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |CODE_FIX --- Comment #4 from Christoph Haag <haagch.christoph@googlemail.com> --- e5f243bd2edd95c6cc1d90c1878f821068e83fba is in 4.6-rc1. Thanks. -- 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] 5+ messages in thread
end of thread, other threads:[~2016-03-27 8:23 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-02-21 13:17 [Bug 112781] New: radeon: f95429e "only init fbdev if we have connectors" breaks suspend on Clevo P170EM laptop bugzilla-daemon 2016-03-12 9:27 ` [Bug 112781] " bugzilla-daemon 2016-03-14 14:36 ` bugzilla-daemon 2016-03-14 16:10 ` bugzilla-daemon 2016-03-27 8:23 ` bugzilla-daemon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).