<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - SNA causes GPU hung on IBM X30 intel 82830 chipset."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70727#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - SNA causes GPU hung on IBM X30 intel 82830 chipset."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70727">bug 70727</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>Can you please try this hack to xf86-video-intel:

diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index f959875..927a432 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -943,6 +943,9 @@ static bool test_has_caching(struct kgem *kgem)
        if (kgem->gen == 040)
                return false;

+       if (kgem->gen == 020)
+               return false;
+
        handle = gem_create(kgem->fd, 1);
        if (handle == 0)
                return false;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>