screen-cast: Add vmwgfx to the DMA buffer deny list

VMWare has the same issues with mmap():ing DMA buffers cross process
boundaries so fall back to regular shared memory for 'vmwgfx' as well.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1318
This commit is contained in:
Grey Christoforo 2020-07-29 20:02:27 +00:00 committed by Robert Mader
parent 986066ed40
commit aaf70b28d1

View File

@ -354,6 +354,7 @@ maybe_disable_screen_cast_dma_bufs (MetaBackendNative *native)
const char *driver_name;
static const char *disable_dma_buf_drivers[] = {
"qxl",
"vmwgfx",
NULL,
};