Since both Rockchip RK3576 and RK3588 SoCs are capable of handling 10 bpc color depth HDMI output and we've already landed the required HDPTX PHY driver changes to support the setup, let's add the missing bits and pieces to VOP2, DW HDMI QP encoder and bridge library.
Please note this conflicts with the HDMI CEC series [1], hence I added that as a b4-managed dependency. [1] https://lore.kernel.org/all/20250825-rk3588-hdmi-cec-v3-0-95324fb22...@collabora.com/ Signed-off-by: Cristian Ciocaltea <cristian.ciocal...@collabora.com> --- Changes in v2: - Replaced patch 'drm/rockchip: vop2: Add high color depth support' with 'drm/rockchip: vop2: Check bpc before switching DCLK source' - Rebased series onto next-20250825 while adding the HDMI CEC series as a dependency - Link to v1: https://lore.kernel.org/r/20250721-rk3588-10bpc-v1-0-e95a4abcf...@collabora.com --- Cristian Ciocaltea (5): drm/rockchip: vop2: Check bpc before switching DCLK source drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depth drm/rockchip: dw_hdmi_qp: Switch to phy_configure() drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regs drm/rockchip: dw_hdmi_qp: Add high color depth support drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c | 11 ++- drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 113 ++++++++++++++++++------- drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 60 +++++++------ include/drm/bridge/dw_hdmi_qp.h | 4 + 4 files changed, 130 insertions(+), 58 deletions(-) --- base-commit: 0c5416a62c0e4df1b3f79b5c74c03cd48df51357 change-id: 20250721-rk3588-10bpc-85ff4c228e63 prerequisite-change-id: 20250703-rk3588-hdmi-cec-cea8f523df48:v3 prerequisite-patch-id: 6d0ed574c38c15e66677e704b2d0260226430d78 prerequisite-patch-id: 014adacca1c18f77c1cd80cf6877aa5d653b8f48 prerequisite-patch-id: 79fd783c35b5979cc99f3f0420309f63ac49ad01 prerequisite-patch-id: 4e7d4735f222b9fabfff3987c578c5d954579ae5 prerequisite-patch-id: 7960aba70d8916b60e81187cfa0253025b532774 prerequisite-patch-id: 2f0338d330aee42e0acc62fb815f08a3eeef58aa