Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add DisplayPort support for rk3576
@ 2026-02-06  1:04 Andy Yan
  2026-02-06  1:04 ` [PATCH v3 1/5] dt-bindings: display: rockchip: Add rk3576 DisplayPort Andy Yan
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Andy Yan @ 2026-02-06  1:04 UTC (permalink / raw)
  To: dmitry.baryshkov, heiko
  Cc: alchark, andrzej.hajda, conor+dt, cristian.ciocaltea, airlied,
	jernej.skrabec, jonas, kever.yang, krzk+dt, Laurent.pinchart,
	maarten.lankhorst, mripard, neil.armstrong, nicolas.frattaroli,
	robh, rfoss, hjc, sebastian.reichel, simona, tzimmermann,
	devicetree, dri-devel, linux-arm-kernel, linux-kernel,
	linux-rockchip, Andy Yan

From: Andy Yan <andy.yan@rock-chips.com>


The DisplayPort found on RK3576 is very similar to that of RK3588,
but work in dual 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.

Tested with 2 lane standard DP port and USB-C Alt mode output now.
For those who want to give it a try, I have a reference branch here[0].

[0]https://github.com/andyshrk/linux/tree/rk3576-dp-upstream-v1


Changes in v3:
- Fix compatible order

Changes in v2:
- Remove unnecessary maxItems
- Commit message improve: The pixel mode is determined during the IC
  integration stage

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      | 27 ++++++++++++++++--
 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, 85 insertions(+), 16 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-02-22 22:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06  1:04 [PATCH v3 0/5] Add DisplayPort support for rk3576 Andy Yan
2026-02-06  1:04 ` [PATCH v3 1/5] dt-bindings: display: rockchip: Add rk3576 DisplayPort Andy Yan
2026-02-06  7:51   ` Krzysztof Kozlowski
2026-02-06  1:04 ` [PATCH v3 2/5] drm/bridge: synopsys: dw-dp: Set pixel mode by platform data Andy Yan
2026-02-06  1:04 ` [PATCH v3 3/5] drm/bridge: synopsys: dw-dp: Make i2s/spdif clk optional Andy Yan
2026-02-06  1:04 ` [PATCH v3 4/5] drm/rockchip: dw_dp: Add DisplayPort support for rk3576 Andy Yan
2026-02-06  1:04 ` [PATCH v3 5/5] arm64: dts: rockchip: Add DisplayPort dt node " Andy Yan
2026-02-21 22:17 ` (subset) [PATCH v3 0/5] Add DisplayPort support " Heiko Stuebner
2026-02-22 22:39 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox