TI OMAP2/3/4/5 Display Subsystem (omapdrm)
The display controller built into Texas Instruments' OMAP2, OMAP3, OMAP4, and OMAP5 application processors, which powered smartphones, tablets, BeagleBoard/PandaBoard hobbyist boards, and industrial panels from the mid-2000s through about 2013. It drives LCD panels, HDMI output, and DSI/DPI interfaces on those SoCs.
recommendation
Worth keeping but documenting its legacy status. The OMAP family is no longer sold for new designs — TI stepped back from the smartphone/tablet market in 2012 and the last OMAP5 parts shipped in 2013 — but the driver is still receiving real upstream attention, including DRM bridge and state-readout refactoring work as recently as 2026. It mostly serves long-lived BeagleBoard-class hobbyist boards and industrial deployments, so removal would hurt those users while maintenance cost remains modest.
repository signals
sources
- lore.kernel.org
omapdrm was still receiving upstream code changes in April 2026, indicating active maintenance rather than abandonment.
- lore.kernel.org
omapdrm core files were included in broader DRM subsystem work in April 2026, showing continuing integration work.
- git.kernel.org
The in-tree Kconfig describes DRM_OMAP as the display driver for OMAP2/3/4 based boards, tying the driver to an older TI OMAP hardware generation.
- ti.com
TI's notable late-family OMAP5432 industrial push dates to 2013, consistent with the family being legacy rather than a current-volume 2025 design win.
- en.wikipedia.org
Wikipedia summarizes TI's 2012 retreat from smartphone/tablet OMAP and notes the last OMAP5 chips were released in Q2 2013, supporting an old/legacy market position.
codex reasoning notes (technical)
Lore evidence came from `lore_file_timeline` and `lore_activity` on drivers/gpu/drm/omapdrm/omap_drv.c; both showed fresh 2026 patches and no visible driver-removal series, so this is not a removal candidate. The Kconfig URL is a canonical kernel.org source-tree page recalled from stable project structure and used to anchor supported hardware scope. Deployment/market-age evidence came from web search results: TI's 2013 OMAP5432 announcement and the Wikipedia OMAP history page. Conclusion: hardware is legacy with low present-day deployment, but upstream attention is still real; keep the driver and annotate it as legacy rather than deprecate/remove.