Skip to content

platforms/drm: Fix handling of missing EDID

Vlad Zahorodnii requested to merge work/platform-drm-fix-crash into master

drmModeGetPropertyBlob() may return null and we should handle that. In addition to that, m_conn is not initialized in DrmConnector so kwin will crash whenever the connector info is accessed.

Merge request reports