Bug 43088
Summary: | [965GM] hang at DPMS time | ||
---|---|---|---|
Product: | Drivers | Reporter: | Martin Senft (martinsenft) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | chris, daniel, jbarnes |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.freedesktop.org/show_bug.cgi?id=36515 | ||
Kernel Version: | 3.2.14 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
lspci -vvnn
dmesg output Wait for pending fb operations before any modeset. |
Created attachment 72874 [details]
dmesg output
Well, first can you please try 3.4-rc2 (or newer) and rehang your system? That improves the error handling and should dump you a big i915_error_state into debugfs somewhere when the issue happens. Please grab that file and attach it to the bug report. Likely to be danvet/drm-intel-fixes: commit 14667a4bde4361b7ac420d68a2e9e9b9b2df5231 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Apr 3 17:58:35 2012 +0100 drm/i915: Finish any pending operations on the framebuffer before disabling http://cgit.freedesktop.org/~danvet/drm-intel/commit/?h=drm-intel-fixes&id=14667a4bde4361b7ac420d68a2e9e9b9b2df5231 Created attachment 72875 [details]
Wait for pending fb operations before any modeset.
In addition it would also be useful to try this patch on top of what we already have queued for drm-intel-fixes. Oh, and there is a further patch in xf86-video-intel/sna to reduce the race window even further.
I would like to thank you both for your quick response and suggestions. I have tried kernel version 3.4 before submitting this bug and it was much better than version 3.2. There was only one hang in several days. However, version 3.4-rc2 looks even better and offered a hang-free experience for the last six days. I will be testing other release candidates when available and report if they hang on my system. You need 3.4-rc3 for the patch mentioned in comment #3. Cool, sounds like it's fixed then. Thanks for testing! Please re-open if 3.4-rc3 or newer still gives you trouble. |
Created attachment 72873 [details] lspci -vvnn Hello, I have the Ubuntu 12.04 beta2 x86_64 with a mainline kernel 3.2.14 installed on a FUJITSU SIEMENS ESPRIMO Mobile M9400 notebook with an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (lspci -vvnn attached), and I'm experiencing GPU hangups several times a day (dmesg output attached). Everything is well as long as I don't leave the computer for long enough for a DPMS powersaving to kick in (set to 5 minutes in Unity). If I'm away long enough, there is a good chance I'll find the GPU hanged up upon return. Unfortunately, I'm not able to reproduce this issue at will and have to wait for it to happen. If there is anything I can do to help to resolve this, I'll gladly do so. Martin Senft