Re: [PATCH v14 04/28] drm/connector: hdmi: Create an HDMI sub-state

2024-05-22 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 12:13:37PM +0200, Maxime Ripard wrote: > The next features we will need to share across drivers will need to > store some parameters for drivers to use, such as the selected output > format. > > Let's create a new connector sub-state dedicated to HDMI controllers, > that wi

[PATCH v14 04/28] drm/connector: hdmi: Create an HDMI sub-state

2024-05-21 Thread Maxime Ripard
The next features we will need to share across drivers will need to store some parameters for drivers to use, such as the selected output format. Let's create a new connector sub-state dedicated to HDMI controllers, that will eventually store everything we need. Reviewed-by: Dave Stevenson Revie