https://bugs.freedesktop.org/show_bug.cgi?id=91841
Bug ID: 91841 Summary: Juniper 5770 entering Hibernate crashes the system (instant reboot) Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: DRM/Radeon Assignee: dri-devel@lists.freedesktop.org Reporter: Heiko.Lechner@ruhr-uni-bochum.de
Created attachment 118037 --> https://bugs.freedesktop.org/attachment.cgi?id=118037&action=edit grep(ed) drm out of dmesg
Hi!
I'm running Lubuntu 15.04 with open source radeon driver.
Hibernating with systemd crashed, so I read this guide: https://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt
# echo freezer > /sys/power/pm_test # echo platform > /sys/power/disk # echo disk > /sys/power/state
worked
# echo devices > /sys/power/pm_test # echo platform > /sys/power/disk # echo disk > /sys/power/state
crashed
so according to the guide it seemed to be a driver issue.
I started in recovery mode (command line) and pm_test worked as far as core- so hibernate worked.
The modules that are only loaded during "normal" boot are: cfg80211 amdkfd amd_iommu_v2 radeon
Even without cfg80211 hibernate crashes the system, so only radeon is left.
So I booted with radeon.modeset=0 kernel parameter resulting in radeon not loading at all- but _hibernate works_!
Then I booted with radeon.dpm=0 kernel parameter resulting in power_method=profile and profile set to default but hibernate does not work and crashes.
For me it is obvious that this behavior is triggered by radeon driver.
What can I do next?
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|DRM/Radeon |Driver/Radeon Version|unspecified |7.5 (2009.10) Assignee|dri-devel@lists.freedesktop |xorg-driver-ati@lists.x.org |.org | Product|DRI |xorg QA Contact| |xorg-team@lists.x.org
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Alex Deucher alexdeucher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Driver/Radeon |DRM/Radeon Version|7.5 (2009.10) |unspecified Assignee|xorg-driver-ati@lists.x.org |dri-devel@lists.freedesktop | |.org Product|xorg |DRI QA Contact|xorg-team@lists.x.org |
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #3 from Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de --- I booted the same system on my notebook (I installed Ubuntu 15.04 on an usb drive) equipped with an "Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]" and there it works like a charm.
I attached dmesg and lspci output.
Hope that helps.
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #4 from Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de --- Created attachment 118108 --> https://bugs.freedesktop.org/attachment.cgi?id=118108&action=edit dmesg output from notebook
https://bugs.freedesktop.org/show_bug.cgi?id=91841
--- Comment #5 from Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de --- Created attachment 118109 --> https://bugs.freedesktop.org/attachment.cgi?id=118109&action=edit lspci output from notebook
https://bugs.freedesktop.org/show_bug.cgi?id=91841
Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #6 from Heiko Lechner Heiko.Lechner@ruhr-uni-bochum.de --- Fixed at some point in Kernel source. With 4.7-rcs kernel there are no problems.
dri-devel@lists.freedesktop.org