<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Periodic garbage on KDE System Load Viewer widget"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80215#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Periodic garbage on KDE System Load Viewer widget"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80215">bug 80215</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>How about

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index f481c19..409ae70 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -3824,6 +3824,8 @@ cpu_fail:

                if (!sna->kgem.can_blt_cpu)
                        goto move_to_gpu;
+
+               goto move_to_gpu;
        }

        if (!sna->kgem.can_blt_cpu)

?</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>