Re: [PATCH v14 05/28] drm/connector: hdmi: Add output BPC to the connector state

2024-05-22 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 12:13:38PM +0200, Maxime Ripard wrote: > We'll add automatic selection of the output BPC in a following patch, > but let's add it to the HDMI connector state already. > > Reviewed-by: Dave Stevenson > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/display/drm_hdmi_

[PATCH v14 05/28] drm/connector: hdmi: Add output BPC to the connector state

2024-05-21 Thread Maxime Ripard
We'll add automatic selection of the output BPC in a following patch, but let's add it to the HDMI connector state already. Reviewed-by: Dave Stevenson Signed-off-by: Maxime Ripard --- drivers/gpu/drm/display/drm_hdmi_state_helper.c | 20 drivers/gpu/drm/drm_atomic.c