1
0
Fork 0

kms/impl-device/atomic: Add virtio_gpu to deny list

virtio_gpu is used in virtual machine environments, meaning they need
accurate cursor hotspots, which currently needs non-atomic mode setting.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2009304
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2040>
This commit is contained in:
Jonas Ådahl 2021-10-05 15:17:17 +02:00
parent e42196b00a
commit 9179d4a4b1

View file

@ -1150,6 +1150,7 @@ is_atomic_allowed (const char *driver_name)
"vmwgfx", "vmwgfx",
"vboxvideo", "vboxvideo",
"nvidia-drm", "nvidia-drm",
"virtio_gpu",
NULL, NULL,
}; };