Re: [PATCH 14/23] drm/omap: plane: Fix zpos initial value mismatch

2022-02-08 Thread Tomi Valkeinen
On 07/02/2022 18:35, 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

[PATCH 14/23] drm/omap: plane: Fix zpos initial value mismatch

2022-02-07 Thread Maxime Ripard
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()