On Mon, 21 Feb 2022 10:59:00 +0100, Maxime Ripard wrote:
While the omap_plane_init() function calls drm_plane_create_zpos_property() with an initial value of 0, omap_plane_reset() will force it to another value depending on the plane type.
Fix the discrepancy by setting the initial zpos value to the same value in the drm_plane_create_zpos_property() call.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime