From: Marius Vlad Date: Wed, 27 Mar 2024 16:26:11 +0000 (+0200) Subject: compositor: Re-work the DRM and other backends loading phase X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8280cd49161c8f47412ac7cc427ae04b0a1867d2;hp=8280cd49161c8f47412ac7cc427ae04b0a1867d2;p=src%2Fagl-compositor.git compositor: Re-work the DRM and other backends loading phase This follows Weston frontend code for loading up and head/output enablement. RDP, Wayland and X11 backend loading are all handled through the same common code, while the DRM one has a clear distinct one. This greatly simplifies the loading phase and provides a more easier, intuitive code review. Bug-AGL: SPEC-5096, SPEC-5061 Signed-off-by: Marius Vlad Change-Id: I97d39004dea0e030478f27ea18989887b8e2cc82 ---