On Sat, 30 Nov 2024 03:52:25 +0200, Dmitry Baryshkov wrote: > Several HDMI drivers have common code pice in the .mode_valid function > that validates RGB / 8bpc rate using the TMDS char rate callbacks. > > Move this code piece to the common helper and remove the need to perform > this check manually. In case of DRM_BRIDGE_OP_HDMI bridges, they can > skip the check in favour of performing it in drm_bridge_connector. > > [...] Applied to drm-misc-next, thanks! [01/10] drm/tests: hdmi: handle empty modes in find_preferred_mode() commit: d3314efd6ebf335a3682b1d6b1b81cdab3d8254a [02/10] drm/tests: hdmi: rename connector creation function commit: 67d31cd02c8dfb3d006dba62a854e6758cf7a0e4 [03/10] drm/tests: hdmi: return meaningful value from set_connector_edid() commit: a8403be6eea91e4f5d8ad5dbc463dd08339eaece [04/10] drm/display: hdmi: add generic mode_valid helper commit: 47368ab437fdd1b5118644659a97a6e5dab45248 [05/10] drm/sun4i: use drm_hdmi_connector_mode_valid() commit: ae048fc4f96d716a2ef326bd6e894694057c078c [06/10] drm/vc4: use drm_hdmi_connector_mode_valid() commit: d4581ae8695863b21f9b739dddce8159f3068ca3 [07/10] drm/display: bridge_connector: use drm_bridge_connector_mode_valid() commit: 54d7b7f9d637a53ba19d117eb9b01619bb1704ed [08/10] drm/bridge: lontium-lt9611: drop TMDS char rate check in mode_valid commit: efda6551aa866b80dcb5a94158d805c560fc4f1c [09/10] drm/bridge: dw-hdmi-qp: replace mode_valid with tmds_char_rate commit: 2d7202c6f38d14260a3998a2aa249a53415a24f5 [10/10] drm/sun4i: use drm_atomic_helper_connector_hdmi_check() commit: 84e541b1e58e04d808e1bb13ef566ffbe87aa89b Best regards, -- With best wishes Dmitry