<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - 2.99.906 causes XOrg to die quite frequently"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71605#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - 2.99.906 causes XOrg to die quite frequently"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71605">bug 71605</a>
              from <span class="vcard"><a class="email" href="mailto:jaylittle@jaylittle.com" title="Jay Little <jaylittle@jaylittle.com>"> <span class="fn">Jay Little</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>