[Bug 73261] drm:i915_hangcheck_elapsed on 3.11.6-4-desktop

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 15 03:57:58 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73261

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Interesting. It looks like there was a CPU access that overwrote the first few
megabytes of video RAM after i915.ko was loaded but before X started. The hang
occurs because we write some instructions into the ring early which are
overwritten before we execute the first batch (the actual instructions for the
batches are fine). Since we do not appear to overwrite any batches, that leads
me to the conclusion that it is not the GPU (following invalid userspace
commands) doing the overwriting, but access by the CPU. Ergo this is a nasty
BIOS bug, and most likely prevented by a working fastboot or bios update.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140115/cf8ed0d7/attachment-0001.html>


More information about the intel-gfx-bugs mailing list