[Bug 76554] [gm45 regression] [drm:init_ring_common]: *ERROR* render ring initialization failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 22 05:49:43 PDT 2014


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

--- Comment #50 from Jiri Kosina <jikos at jikos.cz> ---
The problematic condition causing the whole ring to be claimed dead is

     I915_READ_HEAD(ring) & HEAD_ADDR) == 8

right?

I915_READ_HEAD(ring) returns 000e200c HEAD_ADDR is 0x001FFFFC, so the result is
e200c, not the expected value of 8, causing the ring initialization failure.

Or am I completely wrong here?

-- 
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/20140422/dc03c439/attachment.html>


More information about the intel-gfx-bugs mailing list