[Bug 81850] regression with kernel 3.15: suspend to ram make system instable

2014-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81850 --- Comment #2 from Dominik Kopp s...@kabelfunk.de --- Created attachment 103624 -- https://bugs.freedesktop.org/attachment.cgi?id=103624action=edit dmesg with two s2ram_resume cycle -- You are receiving this mail because: You are the

[Bug 81850] regression with kernel 3.15: suspend to ram make system instable

2014-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81850 --- Comment #3 from Dominik Kopp s...@kabelfunk.de --- Created attachment 103625 -- https://bugs.freedesktop.org/attachment.cgi?id=103625action=edit xorg log here are the logs. What I did was: 1. boot 2. s2ram/resume 3. change screen

Re: [PATCH] radeon: enable hawaii accel conditionally

2014-07-29 Thread Michel Dänzer
On 25.07.2014 08:52, Alex Deucher wrote: Only if the kernel has the new CP firmware. BTW, whichever way we end up checking for this in userspace should be done in Mesa as well, for the benefit of e.g. Wayland compositors. -- Earthling Michel Dänzer|

[Bug 81850] regression with kernel 3.15: suspend to ram make system instable

2014-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81850 --- Comment #4 from Tom Li bierga...@member.fsf.org --- You can copy the existing kernel config from /boot or /proc/config.gz instead of start from scratch. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 81850] regression with kernel 3.15: suspend to ram make system instable

2014-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81850 --- Comment #5 from Dominik Kopp s...@kabelfunk.de --- I started with bisect and used the following commands. if there is something wrong, let me please know! It's my first kernel bisect. cd /usr/src git clone

[PATCH] radeon: enable hawaii accel conditionally (v2)

2014-07-29 Thread Alex Deucher
Only if the kernel has the new CP firmware. v2: check value of ACCEL_WORKING2 Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 707d0c7..c4cf876 100644

[Bug 81850] regression with kernel 3.15: suspend to ram make system instable

2014-07-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81850 --- Comment #6 from Dominik Kopp s...@kabelfunk.de --- bisect says: 8d51a977a4961d3ed6df699aea50bc2dd6bbc5cc is the first bad commit commit 8d51a977a4961d3ed6df699aea50bc2dd6bbc5cc Merge: aa17edf c752308 Author: Dave Airlie

Re: [PATCH] radeon: enable hawaii accel conditionally (v2)

2014-07-29 Thread Michel Dänzer
On 29.07.2014 23:34, Alex Deucher wrote: Only if the kernel has the new CP firmware. v2: check value of ACCEL_WORKING2 Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git