<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#c10">Comment # 10</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>Oh boy. Just to confirm the same bug is still on master:
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index 78f5fed..1feea14 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -3504,7 +3504,7 @@ sna_drawable_use_bo(DrawablePtr drawable, unsigned flags,
const BoxRec *box,
}
if ((flags & FORCE_GPU) == 0 && priv->gpu_bo == NULL &&
sna_pixmap_choose_tiling(pixmap, DEFAULT_TILING) == I915_TILING_NONE) {
DBG(("%s: no gpu bo and linear, discard PREFER_GPU\n",
__FUNCTION__));
- flags &= ~PREFER_GPU;
+ //flags &= ~PREFER_GPU;
}
if ((flags & (PREFER_GPU | IGNORE_CPU)) == IGNORE_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>