Hi,
the legacy kms to atomic. This left virtualized drivers, all which are atomic, in a weird spot because all userspace compositors put those drivers on deny-lists for atomic kms due to the fact that mouse clicks were incorrectly routed, e.g:
- all userspace code needs to hardcore a list of drivers which require
hotspots because there's no way to query from drm "does this driver require hotspot"
So drivers move from one list to another. Not ideal, but also not worse than it was before, so:
Acked-by: Gerd Hoffmann kraxel@redhat.com
for the qxl and virtio driver changes.
take care, Gerd