<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#c14">Comment # 14</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:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=71605#c13">comment #13</a>)
<span class="quote">> 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.</span >

Apart from that entire block is only evaluate if gen < 040.</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>