devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add DSS support for TI AM62A7 SoC
@ 2023-08-18 14:21 Aradhya Bhatia
  2023-08-18 14:21 ` [PATCH v2 1/2] dt-bindings: display: ti: Add support for am62a7 dss Aradhya Bhatia
  2023-08-18 14:21 ` [PATCH v2 2/2] drivers/tidss: Add support for AM62A7 DSS Aradhya Bhatia
  0 siblings, 2 replies; 5+ messages in thread
From: Aradhya Bhatia @ 2023-08-18 14:21 UTC (permalink / raw)
  To: Tomi Valkeinen, Jyri Sarha, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: DRI Development List, Devicetree List, Linux Kernel List,
	Nishanth Menon, Vignesh Raghavendra, Devarsh Thakkar,
	Jayesh Choudhary, Jai Luthra, Aradhya Bhatia

This patch series adds a new compatible for the Display SubSystem (DSS)
controller on TI's AM62A7 SoC. It further adds the required support, for
the same, in the tidss driver.

The DSS controller is similar to the recently added AM625 DSS, with the
key difference being the absence of VP1 output on the SoC. The VP1 in
AM62A7 DSS is tied off and cannot be used, unlike in AM625, where the
VP1 was connected to 2 OLDI TXes. The video pipeline that corresponds to
VP1 still exists and can be used to overlay planes on the VP2's primary
plane. This can be done using the overlay managers inside the SoC.
Moreover, DSS VP2 can output Full-HD RGB888 DPI video signals.

I have tested these patches on AM62A7 SK-EVM, which converts DPI signals
to HDMI on the platform using the Sil9022A HDMI transmitter. All the
patches, required to enable display on AM62A7-SK, can be found on my
github fork[0] in the branch "next_am62a-v2".

Regards
Aradhya

[0]: https://github.com/aradhya07/linux-ab/tree/next_am62a-v2

Change Log:
V1 -> V2:
  - Correctly sort DISPC_AM62A7 macro after DISPC_AM625 in patch 2/2.

Previous Versions:
V1: https://lore.kernel.org/all/20230818131750.4779-1-a-bhatia1@ti.com/

Aradhya Bhatia (2):
  dt-bindings: display: ti: Add support for am62a7 dss
  drivers/tidss: Add support for AM62A7 DSS

 .../bindings/display/ti/ti,am65x-dss.yaml     | 14 +++++
 drivers/gpu/drm/tidss/tidss_dispc.c           | 53 +++++++++++++++++++
 drivers/gpu/drm/tidss/tidss_dispc.h           |  2 +
 drivers/gpu/drm/tidss/tidss_drv.c             |  1 +
 4 files changed, 70 insertions(+)


base-commit: 47762f08697484cf0c2f2904b8c52375ed26c8cb
-- 
2.40.1


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

end of thread, other threads:[~2023-09-18 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 14:21 [PATCH v2 0/2] Add DSS support for TI AM62A7 SoC Aradhya Bhatia
2023-08-18 14:21 ` [PATCH v2 1/2] dt-bindings: display: ti: Add support for am62a7 dss Aradhya Bhatia
2023-08-19 12:51   ` Krzysztof Kozlowski
2023-08-18 14:21 ` [PATCH v2 2/2] drivers/tidss: Add support for AM62A7 DSS Aradhya Bhatia
2023-09-18 15:23   ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).