Re: [PATCH 16/23] drm/rcar: plane: Remove redundant zpos initialisation

2022-02-08 Thread Kieran Bingham
Quoting Maxime Ripard (2022-02-07 16:35:08) > The rcar-du KMS driver will call drm_plane_create_zpos_property() with an > init value depending on the plane type. > > Since the initial value wasn't carried over in the state, the driver had > to set it again in rcar_du_plane_reset() and rcar_du_vsp_

Re: [PATCH 16/23] drm/rcar: plane: Remove redundant zpos initialisation

2022-02-07 Thread Laurent Pinchart
Hello Maxime, Thank you for the patch. On Mon, Feb 07, 2022 at 05:35:08PM +0100, Maxime Ripard wrote: > The rcar-du KMS driver will call drm_plane_create_zpos_property() with an > init value depending on the plane type. > > Since the initial value wasn't carried over in the state, the driver had

[PATCH 16/23] drm/rcar: plane: Remove redundant zpos initialisation

2022-02-07 Thread Maxime Ripard
The rcar-du KMS driver will call drm_plane_create_zpos_property() with an init value depending on the plane type. Since the initial value wasn't carried over in the state, the driver had to set it again in rcar_du_plane_reset() and rcar_du_vsp_plane_reset(). However, the helpers have been adjusted