Drives the on-chip display subsystem in Texas Instruments' K3/Keystone-family SoCs, including the AM625, AM62A, AM62L, AM65x, and J721e/DRA829 parts used in industrial HMIs, automotive infotainment, and the BeagleBone-class single-board computers shipping today.
It should stay in the kernel because it is the only driver for the display block found in TI's current K3-family SoCs (AM625, AM62A, AM62L, AM65x, J721e/DRA829 and friends), all of which TI still markets as active products in 2025. Upstream activity is healthy, with maintenance patches and new-SoC enablement (such as AM62P support) landing as recently as 2026.
repository signals
21files
6,232source lines
102commits, 5y
+1,983 / −819lines added / removed, 5y
28authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 102 total · active in 36/61 months
TI lists DRA829V as ACTIVE; this J721E-family SoC has display outputs covered by the TIDSS-compatible set in the driver.
codex reasoning notes (technical)
Local `exec_command` on the source tree showed compat strings for ti,k2g-dss, ti,am625-dss, ti,am62a7-dss, ti,am62l-dss, ti,am65x-dss, and ti,j721e-dss, identifying the hardware family as TI DSS/TIDSS. `lore_file_timeline` on drivers/gpu/drm/tidss/tidss_drv.c returned fresh 2026 patches and no removal pattern; cited lore URLs came from that tool. TI product URLs were obtained via `web.search_query` and show AM625 and DRA829V marked ACTIVE, so hardware is still sold new in 2025-era catalogs. Because the driver is seeing current upstream maintenance plus new-SoC enablement, and there is no generic replacement for this SoC-specific display block, the right disposition is keep.