[Bug 79996] [SNB bisected] GPU hang Linux 3.15 (Shuttle SH67, Xeon E3 1235)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 13 13:55:54 PDT 2014


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

--- Comment #2 from jclw at ymail.com ---
Hmm, your patch does not fix the problem; putting 

    I915_WRITE(GEN6_GT_MODE, _MASKED_BIT_DISABLE(0xffff));

behind

    if (IS_SNB_GT1(dev)) I915_WRITE(GEN6_GT_MODE,
_MASKED_BIT_ENABLE(GEN6_TD_FOUR_ROW_DISPATCH_DISABLE));

however does.  So does removing both of the above.

IS_SNB_GT1 is true for device id 0x010a. Isn't this wrong? Don't the Sandy
Bridge Xeon E3 GPUs have 12 Execution Units and would therefore not be GT1?

I'm confused.

-- 
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/20140613/b2d4b1ec/attachment-0001.html>


More information about the intel-gfx-bugs mailing list