mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 07:30:42 -05:00
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:
parent
e42196b00a
commit
9179d4a4b1
@ -1150,6 +1150,7 @@ is_atomic_allowed (const char *driver_name)
|
|||||||
"vmwgfx",
|
"vmwgfx",
|
||||||
"vboxvideo",
|
"vboxvideo",
|
||||||
"nvidia-drm",
|
"nvidia-drm",
|
||||||
|
"virtio_gpu",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user