Re: [PATCH 15/23] drm/omap: plane: Remove redundant zpos initialisation

2022-02-08 Thread Tomi Valkeinen
On 07/02/2022 18:35, Maxime Ripard wrote: The omap KMS driver will call drm_plane_create_zpos_property() with an init value of the plane index and the plane type. Since the initial value wasn't carried over in the state, the driver had to set it again in omap_plane_reset(). However, the helpers

[PATCH 15/23] drm/omap: plane: Remove redundant zpos initialisation

2022-02-07 Thread Maxime Ripard
The omap KMS driver will call drm_plane_create_zpos_property() with an init value of the plane index and the plane type. Since the initial value wasn't carried over in the state, the driver had to set it again in omap_plane_reset(). However, the helpers have been adjusted to set it properly at