[Bug 71605] 2.99.906 causes XOrg to die quite frequently

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 14 07:14:35 PST 2013


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

--- Comment #13 from Jay Little <jaylittle at jaylittle.com> ---
I think based on what I'm seeing in intel_module.c, the gen for my haswell
hardware is going to be 075.

If that's true it stands to reason that a patch like the following would change
the behavior of the driver for my hardware:

-            size *= 2;
+            if (kgem->gen < 033)
+                size *= 2;

Instead of size always being doubled, it would now only be doubled for earlier
generations of the hardware.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20131114/068914a9/attachment.html>


More information about the intel-gfx-bugs mailing list