Re: [PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges

2025-01-13 Thread Dmitry Baryshkov
On Tue, 24 Dec 2024 20:22:40 +0200, Cristian Ciocaltea wrote: > Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to > rely on drm_bridge->supported_formats to advertise the supported > colorspaces, including HDMI_COLORSPACE_YUV420. > > However, when drm_bridge_connector gets ini

Re: [PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges

2025-01-13 Thread Maxime Ripard
On Tue, Jan 07, 2025 at 01:36:59PM +0200, Dmitry Baryshkov wrote: > On Mon, Jan 06, 2025 at 02:55:52PM +, Maxime Ripard wrote: > > On Tue, 24 Dec 2024 20:22:40 +0200, Cristian Ciocaltea wrote: > > > Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to > > > rely on drm_bridge-

Re: [PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges

2025-01-07 Thread Dmitry Baryshkov
On Mon, Jan 06, 2025 at 02:55:52PM +, Maxime Ripard wrote: > On Tue, 24 Dec 2024 20:22:40 +0200, Cristian Ciocaltea wrote: > > Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to > > rely on drm_bridge->supported_formats to advertise the supported > > colorspaces, including H

Re: [PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges

2025-01-06 Thread Maxime Ripard
On Tue, 24 Dec 2024 20:22:40 +0200, Cristian Ciocaltea wrote: > Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to > rely on drm_bridge->supported_formats to advertise the supported > colorspaces, including HDMI_COLORSPACE_YUV420. > > However, when drm_bridge_connector gets ini

[PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges

2024-12-24 Thread Cristian Ciocaltea
Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to rely on drm_bridge->supported_formats to advertise the supported colorspaces, including HDMI_COLORSPACE_YUV420. However, when drm_bridge_connector gets initialised, only drm_bridge->ycbcr_420_allowed is considered in the proces