Skip to content

kms/impl-device/atomic: Add evdi to the atomic deny list

Daniel van Vugt requested to merge vanvugt/mutter:workaround-issue-2005 into main

evdi is the driver for DisplayLink (USB) adapters and docks. When asked to use atomic KMS it fails every third drmModeAtomicCommit despite the properties of that commit appearing to be completely valid and current. Best guess is that it's a driver bug so disable atomic on evdi for now.

Legacy KMS appears to work flawlessly with evdi.

Closes: #2005 (closed)

Merge request reports