[PATCH 0/5] Add DisplayPort support for rk3576

From: Andy Yan

Date: Fri Jan 09 2026 - 03:03:53 EST


From: Andy Yan <andy.yan@xxxxxxxxxxxxxx>


The DisplayPort found on RK3576 is very similar to that of RK3588,
but work in qual pixel mode and support for MST.

This patch series aims to add basic display output, not include audio
and MST, which will be the work for the next stage.

Only test with 2 lane standard DP port output now.



Andy Yan (5):
dt-bindings: display: rockchip: Add rk3576 DisplayPort
drm/bridge: synopsys: dw-dp: Set pixel mode by platform data
drm/bridge: synopsys: dw-dp: Make i2s/spdif clk optional
drm/rockchip: dw_dp: Add DisplayPort support for rk3576
arm64: dts: rockchip: Add DisplayPort dt node for rk3576

.../display/rockchip/rockchip,dw-dp.yaml | 29 +++++++++++++++++--
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 28 ++++++++++++++++++
drivers/gpu/drm/bridge/synopsys/dw-dp.c | 12 ++------
drivers/gpu/drm/rockchip/dw_dp-rockchip.c | 27 ++++++++++++++---
include/drm/bridge/dw_dp.h | 7 +++++
5 files changed, 87 insertions(+), 16 deletions(-)

--
2.43.0

base-commit: ad939ed1f8108513e84e93da90ad7ea31b56ef87
branch: rk3576-dp-upstream