Allwinner Cedrus video decode engine (VPU)
Hardware video decoder block (the "Cedar" / Cedrus VPU) built into Allwinner ARM SoCs, used for accelerated playback of MPEG-2, H.264, H.265 and similar formats on cheap single-board computers and set-top boxes. It powers video decoding on popular boards such as Orange Pi and many other Allwinner-based devices from the early 2010s through current H6/H616/H618 chips still sold in 2025.
recommendation
Worth keeping but its staging status should be documented, because the hardware is still shipping in new boards (Orange Pi Zero 3 and other H618 devices) and the code is actively maintained, with new format support and H.265 bitstream fixes landing in 2024-2025. It remains the only mainline path for hardware video decode on Allwinner SoCs, so the main loose end is finishing the work needed to graduate it out of drivers/staging.
repository signals
sources
- cateee.net
LKDDb lists CONFIG_VIDEO_SUNXI_CEDRUS through 7.0-rc+HEAD and shows support for multiple Allwinner video-engine compatibles, indicating ongoing upstream presence rather than retirement.
- git.kernel.org
Recent substantive upstream work landed for cedrus ('media: cedrus: Add support for additional output formats'), showing active maintenance in the 2024-2025 window.
- git.kernel.org
Another recent cedrus-specific fix ('media: cedrus: h265: Fix configuring bitstream size') shows continuing bug-fix traffic, not removal prep.
- orangepi.org
Orange Pi still markets new Allwinner H618 boards, showing Cedrus-class Allwinner SoCs remain in new-device circulation.
- linux-sunxi.org
The linux-sunxi project documents Cedrus as the mainline Linux kernel path for hardware-accelerated video decode on Allwinner SoCs, indicating there is not a separate successor kernel driver.
codex reasoning notes (technical)
Real driver, not an early-exit case. Local source inspection via exec_command on cedrus/Kconfig identified it as the 'Allwinner Cedrus VPU driver' for the Cedar video engine. Upstream activity was checked first from local git history via exec_command because MCP lore endpoints were unavailable here; recent cedrus-specific commits (hashes 193cd0fd5a60 and 3a11887f7f11) were then mapped to canonical git.kernel.org commit URLs by canonical recall. Deployment evidence came from web search_query hits to LKDDb, Orange Pi's official H618 product page, and linux-sunxi. Conclusion: active maintenance plus still-sold Allwinner boards argues against deprecation/removal; because it remains under staging, 'keep-annotate' fits better than plain 'keep'.