<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - screen corruption using SNA and TearFree on Intel GeminiLake"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105720#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - screen corruption using SNA and TearFree on Intel GeminiLake"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105720">bug 105720</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>Try,

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 7fccb508..cb0b573c 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -1934,6 +1934,8 @@ bool sna_pixmap_discard_shadow_damage(struct sna_pixmap
*priv,
        if (priv->move_to_gpu != wait_for_shadow)
                return false;

+       return true;
+
        sna = priv->move_to_gpu_data;
        if (region) {
                DBG(("%s: discarding region %dx[(%d, %d), (%d, %d)] from damage
%dx[(%d, %d], (%d, %d)]\n",</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>