Bug 30512
Summary: | [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung | ||
---|---|---|---|
Product: | Drivers | Reporter: | Cristian Aravena Romero (caravena) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | caravena, eddy.petrisor+linbug, yermandu.dev |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.freedesktop.org/show_bug.cgi?id=35048 | ||
Kernel Version: | 2.6.38-rc7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | kern.log catching the hang |
Description
Cristian Aravena Romero
2011-03-06 01:10:28 UTC
I got a similar hang on a self compiled 2.6.38-rc8-g35d34df7 (that is the git vanilla 35d34df7) Unfortunately I don't have a complete dmesg since the screen goes blank when this happens, just some info rom syslog. Mar 27 01:46:56 heidi kernel: [40722.780040] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung Mar 27 01:46:56 heidi kernel: [40722.781357] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -11 (awaiting 1689189 at 1689185, next 1689190) Mar 27 01:46:56 heidi kernel: [40722.781742] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 00000000 head 00000000 tail 00000000 start 00000000 Mar 27 01:47:03 heidi kernel: [40729.744035] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung Mar 27 01:47:03 heidi kernel: [40729.744680] [drm:init_ring_common] *ERROR* render ring initialization failed ctl 00000000 head 00000000 tail 00000000 start 00000000 Mar 27 01:47:05 heidi kernel: [40732.232051] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung Mar 27 01:47:05 heidi kernel: [40732.232943] [drm:i915_reset] *ERROR* GPU hanging too fast, declaring wedged! Mar 27 01:47:05 heidi kernel: [40732.232950] [drm:i915_reset] *ERROR* Failed to reset chip. I got this two times in a row when trying to work on some clip in kino. Created attachment 53242 [details]
kern.log catching the hang
This is an extract (by date) of the kern.log that catches the hang.
In https://bugs.freedesktop.org/show_bug.cgi?id=35048 Chris Wilson 2011-03-13 12:06:58 PDT: CODE_FIX |