Amlogic Meson AXG GE2D 2D graphics accelerator
A 2D graphics acceleration block built into Amlogic's AXG-family SoCs (such as the A113X used in smart speakers, IoT gateways, and DIN-rail Linux controllers), used to offload pixel format conversion, scaling, blitting, and compositing from the CPU. Linux exposes it through the V4L2 memory-to-memory API so userspace can pipeline frames through the hardware.
recommendation
Worth keeping but flagging as niche, because the hardware is a small embedded-only block rather than mass-market silicon. Maintenance is clearly alive (a linux-media patch landed in August 2025, and 2025 distro builds like Apertis still ship AXG device trees for boards such as the JetHome JetHub D1 and S400), so removal would hurt real users even though deployment numbers are modest.
repository signals
sources
- cateee.net
LKDDb shows CONFIG_VIDEO_MESON_GE2D is present through current kernel heads and binds the OF compatible amlogic,axg-ge2d.
- spinics.net
A linux-media patch for meson-ge2d was posted on 2025-08-10, indicating active upstream maintenance rather than abandonment or removal.
- images.apertis.org
A 2025 distro DTB index still ships meson-axg device trees including JetHome J100/J110 and S400 boards, indicating ongoing deployable support for AXG-class hardware.
- docs.jethome.ru
JetHome documentation describes the JetHub D1 as a purchasable Linux controller based on Amlogic A113X, an AXG-family SoC still used in current embedded products.
codex reasoning notes (technical)
Local inspection via exec_command showed this is a real V4L2 mem2mem platform driver with OF match amlogic,axg-ge2d and recent non-removal commits in 2024-2026; no removal discussion was found in local history. URLs were obtained by web search: LKDDb for in-tree coverage, spinics for 2025 linux-media activity, Apertis DTB index for 2025 shipped AXG boards, and JetHome docs for current embedded deployment. Hardware looks niche and embedded rather than mass-market, so deployments are low; active maintenance argues against deprecation, but annotate as legacy/niche AXG-family coverage.