<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - fullscreen flickering with google-chrome (youtube and not only)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94987#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - fullscreen flickering with google-chrome (youtube and not only)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94987">bug 94987</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>Does this help ? (xf86-video-intel)
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 80b658a..a7429e8 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -6454,7 +6454,7 @@ sna_page_flip(struct sna *sna,
if ((sna->flags & (data ? SNA_HAS_FLIP : SNA_HAS_ASYNC_FLIP)) == 0)
return 0;
- kgem_bo_submit(&sna->kgem, bo);
+ kgem_scanout_flush(&sna->kgem, bo);
sigio = sigio_block();
for (i = 0; i < sna->mode.num_real_crtc; i++) {
@@ -8789,7 +8789,7 @@ void sna_mode_redisplay(struct sna *sna)
continue;
sna_crtc_redisplay(crtc, &damage, bo);
- kgem_bo_submit(&sna->kgem, bo);
+ kgem_scanout_flush(&sna->kgem, bo);
arg.crtc_id = __sna_crtc_id(sna_crtc);
arg.fb_id = get_fb(sna, bo,
@@ -8889,7 +8889,7 @@ disable1:
arg.flags = DRM_MODE_PAGE_FLIP_EVENT;
arg.reserved = 0;
- kgem_bo_submit(&sna->kgem, new);
+ kgem_scanout_flush(&sna->kgem, bo);
sigio = sigio_block();
for (i = 0; i < sna->mode.num_real_crtc; i++) {</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>