On Mon, 21 Feb 2022 10:59:05 +0100, Maxime Ripard wrote: > The komeda KMS driver will call drm_plane_create_zpos_property() with an > init value of the plane index. > > Since the initial value wasn't carried over in the state, the driver had > to set it again in komeda_plane_reset(). However, the helpers have been > adjusted to set it properly at reset, so this is not needed anymore. > > [...] Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime