Skip to content

kms-impl-device: Clean up state if drm resources disappear

It may happen that drmModeGetResources() starts returning NULL. Handle this gracefully by removing all connectors, CRTCs and planes making the device in practice defunct.

Merge request reports