Re: (subset) [PATCH v2 18/22] drm/object: Add default color encoding and range value at reset

2022-02-25 Thread Maxime Ripard
On Mon, 21 Feb 2022 10:59:14 +0100, Maxime Ripard wrote: > From: Dave Stevenson > > The drm_plane_create_color_properties() function asks for an initial > value for the color encoding and range, and will set the associated > plane state variable with that value if a state is present. > > However

[PATCH v2 18/22] drm/object: Add default color encoding and range value at reset

2022-02-21 Thread Maxime Ripard
From: Dave Stevenson The drm_plane_create_color_properties() function asks for an initial value for the color encoding and range, 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.