mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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:
parent
986066ed40
commit
aaf70b28d1
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user