Re: [PATCH 07/23] drm/object: Add default zpos value at reset

2022-02-07 Thread Laurent Pinchart
Hi Maxime and Dave, Thank you for the patch. On Mon, Feb 07, 2022 at 05:34:59PM +0100, Maxime Ripard wrote: > From: Dave Stevenson > > The drm_plane_create_zpos_property() function asks for an initial value, > and will set the associated plane state variable with that value if a > state is pres

Re: [PATCH 07/23] drm/object: Add default zpos value at reset

2022-02-07 Thread Harry Wentland
On 2022-02-07 11:34, Maxime Ripard wrote: > From: Dave Stevenson > > The drm_plane_create_zpos_property() function asks for an initial value, > and will set the associated plane state variable with that value if a > state is present. > > However, that function is usually called at a time wher

[PATCH 07/23] drm/object: Add default zpos value at reset

2022-02-07 Thread Maxime Ripard
From: Dave Stevenson The drm_plane_create_zpos_property() function asks for an initial value, and will set the associated plane state variable with that value if a state is present. However, that function is usually called at a time where there's no state yet. Since the drm_plane_state reset hel