Summary: | [Sandybridge] Spurious "*ERROR* Hangcheck timer elapsed... blt ring idle" messages in dmesg when using compiz | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | roberth <sarvatt> | ||||||||||||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||||||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||||||
Severity: | normal | ||||||||||||||||
Priority: | medium | ||||||||||||||||
Version: | 7.6 (2010.12) | ||||||||||||||||
Hardware: | x86 (IA32) | ||||||||||||||||
OS: | Linux (All) | ||||||||||||||||
Whiteboard: | |||||||||||||||||
i915 platform: | i915 features: | ||||||||||||||||
Attachments: |
|
Description
roberth
2011-04-14 13:15:21 UTC
Created attachment 45629 [details]
Latencytop screenshot
Created attachment 45630 [details]
dmesg
Created attachment 45631 [details]
Xorg.0.log
This is one of those annoying ones that I've yet to see on my system... But the reports are persistent. (Hmm, that latencytop report looks misleading since it will just be waiting upon the mutex_lock and so the real troublemaker is elsewhere.) The trick to get a useful debug info out of this is to: $ echo 1 | sudo tee /sys/kernel/debug/dri/0/i915_wedged [If that kills you machine, first do: $ echo 0 | sudo tee /sys/module/i915/parameters/reset ] (In reply to comment #4) > This is one of those annoying ones that I've yet to see on my system... But the > reports are persistent. (Hmm, that latencytop report looks misleading since it > will just be waiting upon the mutex_lock and so the real troublemaker is > elsewhere.) > > The trick to get a useful debug info out of this is to: > $ echo 1 | sudo tee /sys/kernel/debug/dri/0/i915_wedged > > [If that kills you machine, first do: > $ echo 0 | sudo tee /sys/module/i915/parameters/reset > ] Sorry about the delay getting back to you on this, I will get the info today but just wanted to mention that the hangcheck messages only seem to happen with semaphores disabled Created attachment 46104 [details]
Error state 1
Created attachment 46105 [details]
Error state 2
Created attachment 46106 [details]
portion of the dmesg captured with drm debug
This is fixed by "i915: Fix gen6 (SNB) GPU stalling" on the intel-gfx mailing list https://patchwork.kernel.org/patch/879532/ Now in Linus master: commit 498e720b96379d8ee9c294950a01534a73defcf3 Author: Daniel J Blueman <daniel.blueman@gmail.com> Date: Fri Jun 17 11:32:19 2011 -0700 drm/i915: Fix gen6 (SNB) missed BLT ring interrupts. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.