<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GM45] loss of driver acceleration after some time"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103025#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GM45] loss of driver acceleration after some time"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103025">bug 103025</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>For the moment, can you apply

diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index 122dda71..29e09e33 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -488,7 +488,7 @@ restart:
                     bo->tiling, tiling,
                     bo->pitch, stride,
                     set_tiling.tiling_mode == tiling));
-               return set_tiling.tiling_mode == tiling;
+               return set_tiling.tiling_mode == tiling && bo->pitch >= stride;
        }

        err = errno;

and move on to the next error. I need to work out exactly what's going on here,
and we still haven't even hit the original bug.</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>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>