search for: memfd_create

Displaying 3 results from an estimated 3 matches for "memfd_create".

2015 Jan 02
0
[ANNOUNCE] libxshmfence 1.2
Here's a release with a few build fixes, FreeBSD umtx support and Linux memfd_create support. Alan Coopersmith (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Julien Cristau (1): Check return value from ftruncate Jung-uk Kim (1): Add support for FreeBSD using umtx (v3). Keith Packard (3): Use /dev/shm as an optional shared m...
2019 Nov 23
0
[ANNOUNCE] xorg-server 1.20.6
...ing slave primary modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slave modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc() Alexander Tsoy (1): configure: Set libdrm flags correctly if only XORG is enabled Alexander Volkov (1): shm: Use memfd_create when possible Andres Rodriguez (1): xf86: Disable unused crtc functions when a lease is revoked Carlos Garnacho (4): xwayland: Reset scheduled frames after hiding tablet cursor xwayland: Separate DamagePtr into separate window data xwayland: Refactor surface creation into...
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea