Created attachment 135311 [details] bisect log resume from suspend is failing for me since 3.15rc1 6d2f2944e95e504a7d33385eeeb9bb7fcca72592 is the first bad commit commit 6d2f2944e95e504a7d33385eeeb9bb7fcca72592 Author: Christian König <christian.koenig@amd.com> Date: Thu Feb 20 13:42:17 2014 +0100 drm/radeon: use normal BOs for the page tables v4 No need to make it more complicated than necessary, just allocate the page tables as normal BO and flush whenever the address change. v2: update comments and function name v3: squash bug fixes, page directory and tables patch v4: rebased on Mareks changes Signed-off-by: Christian König <christian.koenig@amd.com> :040000 040000 c7fa0e5e797db0e3384b2cd1450bf45efdb4c284 b05fc80d14d6a34db744ecee5d89035fa99ce1fe M drivers
3.15rc5 seems to be better I can get into a tty and restart X. But intially it still fails. Attaching dmesg.
Created attachment 135721 [details] dmesg (rc5)
Already working on this, looks like swapping out page tables doesn't work reliable.
Created attachment 135731 [details] Possible fix Complete shoot into the dark, but please give the attached patch a try.
Same behavior after patch.
Created attachment 135741 [details] dmesg after patch
Created attachment 135881 [details] Possible fix. Please try this one instead. It fixes an issue with the commit mentioned, so it might fix this one as well.
This fixed this issue. Thanks for your work.
Thanks for the info, so we can close this bug now?