Skip to content
Commit 6c044069 authored by Jonas Ådahl's avatar Jonas Ådahl Committed by Georges Basile Stavracas Neto
Browse files

screen-cast: Enable DMA buffers only for i915

Seems DMA buffer based interprocess buffer sharing is more broken than
not, so for now only enable it when using the i915 driver.

For example vmwgfx, qxl and radeon, it results in mmap() failing to mmap the
memory region. Other drivers, e.g. amdgpu will function, but may hit
very slow memory download paths, resulting in worse performance.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1442
parent 7d822459
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment