]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/tidss: Mark AM65x OLDI code separately
authorAradhya Bhatia <aradhya.bhatia@linux.dev>
Wed, 28 May 2025 12:25:43 +0000 (17:55 +0530)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Thu, 26 Jun 2025 09:37:20 +0000 (12:37 +0300)
commitd18bf71253c58bd9de8314896e5acf368eba36dc
tree2a363b2a679d96c5b3bc9b4cc9fddccd9b16e20d
parent90090f49f18f2e3884406c1a1390761ec0f27e80
drm/tidss: Mark AM65x OLDI code separately

The dss dt schema and the tidss driver have kept the single-link OLDI in
AM65x integrated with the parent video-port (VP) from DSS (as the OLDI
configuration happens from the source VP only).
To help configure the dual-lvds modes that the OLDI has to offer in
devices AM62x and later, a new OLDI bridge driver will be introduced.

Mark the existing OLDI code separately by renaming all the current OLDI
identifiers with the 'AM65X_' prefix in tidss driver, to help
distinguish from the upcoming OLDI bridge driver.

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Aradhya Bhatia <aradhya.bhatia@linux.dev>
Link: https://lore.kernel.org/r/20250528122544.817829-4-aradhya.bhatia@linux.dev
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_dispc_regs.h
drivers/gpu/drm/tidss/tidss_kms.c