[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:18:24 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71605
--- Comment #14 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to comment #13)
> 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.
Apart from that entire block is only evaluate if gen < 040.
--
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/116398d8/attachment.html>
More information about the intel-gfx-bugs
mailing list