Re: [PATCH v5 16/22] drm/atomic-helper: Add a TV properties reset helper

2022-10-17 Thread Noralf Trønnes
Den 13.10.2022 15.19, skrev Maxime Ripard: > The drm_tv_create_properties() function will create a bunch of properties, > but it's up to each and every driver using that function to properly reset > the state of these properties leading to inconsistent behaviours. > > Let's create a helper

[PATCH v5 16/22] drm/atomic-helper: Add a TV properties reset helper

2022-10-13 Thread Maxime Ripard
The drm_tv_create_properties() function will create a bunch of properties, but it's up to each and every driver using that function to properly reset the state of these properties leading to inconsistent behaviours. Let's create a helper that will take care of it. Reviewed-by: Noralf Trønnes