Skip to content

modesetting: remove unnecessary error message, fix zaphod leases

Dave Airlie requested to merge airlied/xserver:fix-zaphod-error into master

I introduced this error with the MST hotplug code, but it can trigger on zaphod setups, and is perfectly fine. There is no support for MST/hotplug on zaphod setups currently, so we can just skip over the dynamic connector handling here. However we shouldn't skip over the lease handling so move it into the codepath.

Fixes: 9257b125 ("modesetting: add dynamic connector hotplug support (MST) (v3)") Signed-off-by: Dave Airlie airlied@redhat.com

Merge request reports