]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/tidss: Add support for AM62A7 DSS
authorAradhya Bhatia <a-bhatia1@ti.com>
Wed, 8 Nov 2023 17:16:19 +0000 (22:46 +0530)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 1 Dec 2023 10:04:37 +0000 (12:04 +0200)
commit5cc5ea7b6d7b0649b74df1e0f2d1875e683704d9
tree42ae9a1e69d6cd77ac6ce39c55e17ba3e05987db
parent7959ceb767e4b6c8ced7cb8aaa1c6439cfca890c
drm/tidss: Add support for AM62A7 DSS

Add support for the DSS controller on TI's AM62A7 SoC in the tidss
driver.

This controller has 2 video pipelines that can render 2 video planes on
over a screen, using the overlay managers. The output of the DSS comes
from video port 2 (VP2) in the form of RGB88 DPI signals, while the VP1
is tied off inside the SoC.

Also add and use a new type of VP, DISPC_VP_TIED_OFF, for the tied-off
VP1 of AM62A DSS.

Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://lore.kernel.org/r/20231108171619.978438-3-a-bhatia1@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