Implement support for universal planes and atomic mode setting / nuclear page flip in Weston's DRM backend. This would finally make hardware overlays work properly, and they could be enabled by default. There is some work already done: http://cgit.collabora.com/git/user/pq/weston.git/log/?h=next contains lots of patches from the branching point up to the tip on implementing and fixing the support. Outdated work is at: http://cgit.collabora.com/git/user/pq/weston.git/log/?h=nuclear-on-1.5 The first thing is to extract all relevant patches from 'next', squash as appropriate, and rebase on Weston master. Then the usage of the DRM atomic API needs to be rewritten: we need to use the test flag during assign_planes() to check what the kernel driver can handle, so that when the kernel says no, we automatically fall back to GL compositing rather than just fail to display. Note, that this feature depends on the atomic commit API which is not in any libdrm release yet, and likely not yet in master either. I think we could still upstream this and put it behind a configure switch, so that kernel developers working on atomic/nuclear will have a complex and real test case at hand.
http://lists.freedesktop.org/archives/wayland-devel/2015-May/022106.html The latest RFC. git://git.collabora.com/git/user/daniels/weston wip/atomic-modeset < daniels> pq: oh yeah, if you want to test on a real live system, git://git.collabora.com/git/user/daniels/linux.git, branch wip/4.1.x/blob-modes-i915
A new revision of the series from Daniel: http://lists.freedesktop.org/archives/wayland-devel/2015-June/022848.html
This has been implemented in 598ee9ddf53f, closing as resolved.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.