Skip to content

drm: change timing to set color format for primary plane without universal plane

Without universal plane, the weston crashes with null pointer access in set_gbm_format function because that function called before output enable function. By changing timing to set color format for primary plane in this case, this issue fixes.

Signed-off-by: Tomohito Esaki etom@igel.co.jp

Merge request reports