ARM PrimeCell PL110/PL111 CLCD display controllers
A simple LCD controller block that ARM licensed as part of its PrimeCell IP family, embedded in many older ARM development boards (Versatile, Integrator, RealView, Versatile Express) from the 2000s and 2010s. It drives a framebuffer out to an attached LCD panel and is still widely encountered in QEMU-emulated ARM machines used for kernel and bootloader development.
recommendation
Worth keeping but documenting its niche: although no new hardware ships with this block, it remains the display path for a generation of ARM reference boards and, importantly, for the QEMU machine models that kernel and embedded developers use every day. Upstream maintenance is clearly alive, with a bug-fix posted in December 2025 and changes flowing into stable in January 2026, so removing it would break a real, if narrow, set of users.
repository signals
sources
- lore.kernel.org
Recent upstream bug-fix traffic exists for this driver: 'drm/pl111: Fix error handling in pl111_amba_probe' was posted in December 2025.
- lore.kernel.org
pl111 changes were still being carried into stable releases in January 2026, indicating ongoing maintenance value rather than abandonment.
- docs.kernel.org
Kernel documentation describes this as the DRM driver for the ARM PrimeCell PL110/PL111 CLCD controller, a simple LCD controller with KMS support.
- docs.kernel.org
Kernel maintainers documentation lists 'DRM DRIVER FOR ARM PL111 CLCD' as Maintained, with files under drivers/gpu/drm/pl111/.
- qemu.org
Current QEMU documentation for Versatile Express boards still includes a 'PL111 LCD display controller', showing ongoing deployment in emulator and board-model use.
codex reasoning notes (technical)
Recommendation is keep-annotate: lore_file_timeline on drivers/gpu/drm/pl111/pl111_drv.c showed activity through 2025-12 and stable carry-through in 2026-01, so upstream attention is current. Web search/open on docs.kernel.org and qemu.org showed the driver remains documented and maintained, and that PL111 persists in QEMU board models. This points to low but real present-day deployments in legacy ARM dev boards and emulation, not broad new physical-hardware sales. No natural in-kernel replacement covers the same PrimeCell CLCD block; use is niche rather than dead.