Allwinner A83T/A64 DE2 image rotation engine
A dedicated 2D image rotation and flipping block inside the Display Engine 2.0 found on Allwinner A83T and A64 application processors, used by inexpensive ARM single-board computers and industrial boards to offload screen/video rotation from the CPU. It is most commonly found in Pine64, Olimex, and similar A64-based devices shipped from the late 2010s onward.
recommendation
Worth keeping but documenting its niche, because the hardware remains in active production on low-volume Allwinner A64 single-board computers from vendors like Pine64 and Olimex (including industrial variants still in stock in 2025), and the driver itself was touched by linux-media maintenance work as recently as October 2025. Deployment is small but real, upstream is engaged, and there is no replacement on the horizon.
repository signals
sources
- lore.kernel.org
The driver still receives upstream maintenance in 2025; sun8i_rotate.c was touched by a linux-media patch series in October 2025.
- lore.kernel.org
The driver is still included in broad media subsystem API conversion work in 2025, indicating it is not abandoned upstream.
- devicetree.org
The binding describes the hardware block as the Allwinner A83T and A64 rotation core used for rotating and flipping images.
- pine64.com
A new A64-based board (PINE A64-LTS V2) was listed in stock by the vendor, showing at least niche new-hardware availability.
- olimex.com
A64-OLinuXino boards, including industrial variants, were listed in stock, indicating ongoing embedded/industrial deployments.
codex reasoning notes (technical)
Real driver directory with module_platform_driver in local source. Lore evidence came from mcp__lore_http__.lore_activity on sun8i_rotate.c; it shows multiple 2025 linux-media touches, so there is active upkeep and no removal signal in the retrieved history. The DE2 rotate binding URL was obtained from local kernel DTS binding via shell sed; it shows the block serves A83T/A64. Current deployment evidence came from web search hits to Pine64 and Olimex product pages showing new A64 hardware still for sale, but only in niche SBC/industrial channels. That supports keep-annotate: low deployment, still sold, still maintained, and no obvious replacement driver.