Skip to content

platforms/drm: Move ownership of mode blob to connector mode

Vlad Zahorodnii requested to merge work/zzag/platform-drm-connector-mode into master

The main motivation behind this change is to move management of drm blobs out of property wrappers in specialized wrappers to simplify state management with blobs.

Connector mode blobs are created on demand.

Merge request reports