From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [Bug 98030] Stuttering video playback in totem after update to 1.19-rc1
Date: Fri, 14 Oct 2016 08:42:01 +0000 [thread overview]
Message-ID: <bug-98030-8800-Tervv0TcbU@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-98030-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
[-- Attachment #1.1: Type: text/plain, Size: 955 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=98030
--- Comment #6 from Chris Wilson <chris-Y6uKTt2uX1cEflXRtASbqLVCufUGDwFn@public.gmane.org> ---
The change in 8f1edf4bd3a1f050ce9eeb5eac45dd1a8f7a6d5e is that we no longer
wakeup and flush writers when space in the write queue becomes available -
instead before we poll() we flush the writers iff NewOutputPending since the
last poll(), i.e.
diff --git a/os/WaitFor.c b/os/WaitFor.c
index 8164c30..5b0c342 100644
--- a/os/WaitFor.c
+++ b/os/WaitFor.c
@@ -207,8 +207,7 @@ WaitForSomething(Bool are_ready)
(1000000 / MILLI_PER_SECOND);
wt = &waittime;
}
- if (NewOutputPending)
- FlushAllOutput();
+ FlushAllOutput();
/* keep this check close to select() call to minimize race */
if (dispatchException)
i = -1;
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1750 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau
next prev parent reply other threads:[~2016-10-14 8:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 15:11 [Bug 98030] New: Stuttering video playback in totem after update to 1.19-rc1 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-98030-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2016-10-03 21:30 ` [Bug 98030] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-03 21:40 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-13 21:39 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-14 3:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-14 3:31 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-14 8:42 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ [this message]
2016-10-14 8:57 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-14 9:17 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-10-19 2:06 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-98030-8800-Tervv0TcbU@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon-cc+yj3umiyqdupfqwhejaq@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox