]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/tidss: Add support for AM62L display subsystem
authorDevarsh Thakkar <devarsht@ti.com>
Wed, 7 May 2025 18:06:31 +0000 (23:36 +0530)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Tue, 20 May 2025 11:43:56 +0000 (14:43 +0300)
commit46a7c081be700d802741f26d2e9acf1861ee88f1
tree7317ad330cb49d04f244f09f7a8052089b64a635
parente019f515c969cef78187b9cb87c6da06b47568b2
drm/tidss: Add support for AM62L display subsystem

Enable display for AM62L DSS [1] which supports only a single display
pipeline using a single overlay manager, single video port and a single
video lite pipeline which does not support scaling.

The output of video port is routed to SoC boundary via DPI interface and
the DPI signals from the video port are also routed to DSI Tx controller
present within the SoC.

[1]: Section 11.7 (Display Subsystem and Peripherals)
Link : https://www.ti.com/lit/pdf/sprujb4

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://lore.kernel.org/r/20250507180631.874930-4-devarsht@ti.com
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/gpu/drm/tidss/tidss_dispc.c
drivers/gpu/drm/tidss/tidss_dispc.h
drivers/gpu/drm/tidss/tidss_drv.c