All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] Add HDMI for Gameforce Ace
@ 2025-11-19 22:55 ` Chris Morgan
  0 siblings, 0 replies; 12+ messages in thread
From: Chris Morgan @ 2025-11-19 22:55 UTC (permalink / raw)
  To: linux-rockchip
  Cc: devicetree, conor+dt, rfoss, heiko, jonas, dri-devel,
	neil.armstrong, Chris Morgan, sebastian.reichel, mripard,
	andrzej.hajda, jernej.skrabec, tzimmermann, andy.yan, krzk+dt,
	robh, Laurent.pinchart

From: Chris Morgan <macromorgan@hotmail.com>

Add support for the micro HDMI port for the Gameforce Ace. This port does
not have a HPD pin so it requires making changes to the HDMI controller
to support this configuration.

Changes since v1:
 - Simplified checking of no-hpd parameter and changed to
   device_property_read_bool() function.

Changes since v2:
 - Changed dev_dbg i2c read and write errors to i2c_dbg_ratelimited.
 - Added a TODO: note in an appropriate location to disable or limit
   the ability for this driver to enable scrambling when no_hpd = 1.
   Scrambling is not currently supported by this driver but the author
   expects that it will be soon.

Chris Morgan (3):
  dt-bindings: display: rockchip: Add no-hpd for dw-hdmi-qp controller
  drm/bridge: dw-hdmi-qp: Add support for missing HPD
  arm64: dts: rockchip: Add HDMI to Gameforce Ace

 .../rockchip/rockchip,rk3588-dw-hdmi-qp.yaml  |  6 ++
 .../dts/rockchip/rk3588s-gameforce-ace.dts    | 63 +++++++++++++++++++
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-qp.c  | 34 ++++++++--
 3 files changed, 99 insertions(+), 4 deletions(-)

-- 
2.43.0


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2026-01-09 19:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 22:55 [PATCH V3 0/3] Add HDMI for Gameforce Ace Chris Morgan
2025-11-19 22:55 ` Chris Morgan
2025-11-19 22:55 ` [PATCH V3 1/3] dt-bindings: display: rockchip: Add no-hpd for dw-hdmi-qp controller Chris Morgan
2025-11-19 22:55   ` Chris Morgan
2025-11-19 22:55 ` [PATCH V3 2/3] drm/bridge: dw-hdmi-qp: Add support for missing HPD Chris Morgan
2025-11-19 22:55   ` Chris Morgan
2025-11-19 22:55 ` [PATCH V3 3/3] arm64: dts: rockchip: Add HDMI to Gameforce Ace Chris Morgan
2025-11-19 22:55   ` Chris Morgan
2026-01-09 19:25 ` (subset) [PATCH V3 0/3] Add HDMI for " Heiko Stuebner
2026-01-09 19:25   ` Heiko Stuebner
2026-01-09 19:51 ` Heiko Stuebner
2026-01-09 19:51   ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.