LWN: Comments on "Scheduling for the Android display pipeline" https://lwn.net/Articles/809545/ This is a special feed containing comments posted to the individual LWN article titled "Scheduling for the Android display pipeline". en-us Wed, 22 Oct 2025 14:58:22 +0000 Wed, 22 Oct 2025 14:58:22 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Scheduling for the Android display pipeline https://lwn.net/Articles/810549/ https://lwn.net/Articles/810549/ alison <div class="FormattedComment"> VSYNC "occurs at the refresh rate of the display, and is thus periodic: a display with a 60Hz refresh rate generates a VSYNC every 16.6667ms." With the newish G-Sync/FreeSync HW introduced by Nvidia and AMD respectively, VSYNC is now effectively an IRQ rather than a clock. Do any mobile devices yet make use of such a dynamic scan-out mechanism? Might being able to slightly adjust the scan-out time help?<br> </div> Sun, 26 Jan 2020 22:59:45 +0000 Scheduling for the Android display pipeline https://lwn.net/Articles/810088/ https://lwn.net/Articles/810088/ scientes <div class="FormattedComment"> Yes, here[1] is Gernot Heiser talking about it, and how it is different from how traditional RT schedulers work.<br> <p> <p> [1] <a href="https://youtu.be/6s5FDX5PkZI?t=801">https://youtu.be/6s5FDX5PkZI?t=801</a><br> </div> Mon, 20 Jan 2020 21:21:51 +0000 Scheduling for the Android display pipeline https://lwn.net/Articles/809976/ https://lwn.net/Articles/809976/ scientes <div class="FormattedComment"> Didn't the seL4 scheduler start doing this type of analysis?<br> </div> Sat, 18 Jan 2020 18:34:26 +0000 Scheduling for the Android display pipeline https://lwn.net/Articles/809831/ https://lwn.net/Articles/809831/ pj <div class="FormattedComment"> It's clear (to me) that a good solution to this is going to have to teach the scheduler about thread dependencies... does the scheduler take into account that thread A is doing an epoll() on a socket whose other end is owned by thread B ? Fencing operations could likewise be instrumented to 'show' when a thread is waiting on a fence.<br> </div> Thu, 16 Jan 2020 21:07:47 +0000