public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for AM62L DSS
@ 2025-02-04  6:15 Devarsh Thakkar
  2025-02-04  6:15 ` [PATCH v2 1/2] dt-bindings: display: ti,am65x-dss: " Devarsh Thakkar
  2025-02-04  6:15 ` [PATCH v2 2/2] drm/tidss: Add support for AM62L display subsystem Devarsh Thakkar
  0 siblings, 2 replies; 5+ messages in thread
From: Devarsh Thakkar @ 2025-02-04  6:15 UTC (permalink / raw)
  To: jyri.sarha, tomi.valkeinen, airlied, maarten.lankhorst, mripard,
	tzimmermann, dri-devel, simona, linux-kernel, devicetree, robh,
	krzk+dt, conor+dt
  Cc: praneeth, vigneshr, aradhya.bhatia, s-jain1, r-donadkar,
	j-choudhary, h-shenoy, devarsht

This adds support for DSS subsystem present in TI's AM62L SoC
which supports single display pipeline with DPI output which
is also routed to DSI Tx controller within the SoC.

Change Log:
V2:
- Fix incorrect format of compatible string (comma instead of
  hyphen) for AM62L SoC
- Use separate register space and helper functions for AM62L
  due to minor differences in register offset/bit position differences
  for first plane

Rangediff:
V1->V2
- https://gist.github.com/devarsht/11d47f25ca9fea6976e6284330ddf443

NOTE: This series needs to be applied on top of AM62A dt-binding fix:
https://lore.kernel.org/all/20250203155431.2174170-1-devarsht@ti.com/

Devarsh Thakkar (2):
  dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS
  drm/tidss: Add support for AM62L display subsystem

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

-- 
2.39.1


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

end of thread, other threads:[~2025-02-05  5:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04  6:15 [PATCH v2 0/2] Add support for AM62L DSS Devarsh Thakkar
2025-02-04  6:15 ` [PATCH v2 1/2] dt-bindings: display: ti,am65x-dss: " Devarsh Thakkar
2025-02-04 13:55   ` Tomi Valkeinen
2025-02-05  5:56     ` Devarsh Thakkar
2025-02-04  6:15 ` [PATCH v2 2/2] drm/tidss: Add support for AM62L display subsystem Devarsh Thakkar

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