TI DRA7x / AM57x VPE and VIP video processing engine
Video Processing Engine (VPE) and Video Input Port (VIP) hardware blocks built into Texas Instruments' DRA7x and AM57x (Sitara) system-on-chip families used in industrial, automotive, and embedded products since the mid-2010s. The VPE handles tasks like deinterlacing, scaling, and colour-space conversion, while the VIP captures video from external camera and tuner sources.
recommendation
It should stay because the underlying TI AM57x/DRA7x SoCs are still listed as active products and sold on evaluation boards in 2025, and the code is receiving fresh upstream bug fixes as recently as March 2026 (including VIP removal-path fixes and multi-instance work). Deployments are niche rather than mass-market, but there is no replacement driver for this TI-specific video IP block.
repository signals
sources
- spinics.net
Public kernel mailing-list traffic in March 2026 includes a fix for vip_remove(), showing ongoing upstream maintenance in this directory rather than removal activity.
- spinics.net
Public kernel mailing-list traffic in March 2026 includes another ti-vpe/vip fix, reinforcing that the driver is still receiving upstream bug-fix attention.
- ti.com
TI lists AM5728 as ACTIVE and explicitly enumerates both Video Processing Engine (VPE) and three Video Input Port (VIP) modules.
- software-dl.ti.com
TI Processor SDK Linux documentation states the VIP IP is available on AM5x/DRA7x SoCs and describes the Linux driver use on TI boards.
- ti.com
TI still offers an AM572x evaluation module, indicating continuing new-hardware availability for this SoC family in industrial/embedded channels.
codex reasoning notes (technical)
Local shell inspection (`rg`) found `module_platform_driver()` and OF compatibles `ti,dra7-vpe` / `ti,dra7-vip`, so this is a real platform driver for TI DRA7x/AM57x video IP. Local `git -c safe.directory=... log` showed substantive activity through 2025-12-24 and treewide-adjacent touches in 2026, including reintroduction of multi-instance support and VIP driver work. URLs were obtained via web search because direct lore search was unavailable in this session: the two spinics links are March 2026 patch threads showing active fixes, not removal discussion; the TI product and SDK pages show the underlying AM57x/DRA7x hardware and software stack are still commercially supported. Recommendation is `keep`: upstream attention is current, hardware remains sold for embedded/industrial use, deployments are niche rather than broad, and there is no obvious upstream replacement driver for the same TI VPE/VIP block.