Skip to content

renderer/native: Don't drop disable-only mode set updates

If we are making an update that only disables CRTCs, we would not actually post it, but just drop it then post nothing, as it wasn't ever added to the mode set update hash table. This resulted in hotplugs where we loose the all the connectors we had, where we want to disable all CRTCs and enable nothing, to fail to disable said CRTCs.


Should be backported to stable branches. Reported by @lyude.

Merge request reports