DRM Panel Drivers for DSI, eDP, and LVDS Flat-Panel Displays
A large collection of small drivers for the LCD and OLED panels inside laptops, tablets, single-board computer touchscreens, and embedded devices. They cover panels connected over MIPI-DSI, embedded DisplayPort, and LVDS, including widely shipped hardware like the Raspberry Pi Touch Display and many Ilitek, Novatek, Samsung, and Boe panel modules.
recommendation
It should stay because this is one of the most active corners of the graphics subsystem and the canonical home for new panel support. Recent activity in 2026 includes core API improvements, brand-new panel additions, and ongoing fixes to existing drivers like panel-ilitek-ili9882t, while hardware that depends on it (such as Raspberry Pi's touchscreens, advertised as available through 2030) is still being sold new. There is no replacement subsystem; removing it would strand a huge swath of currently shipping displays.
repository signals
sources
- lore.kernel.org
April 2026 core-series patch adds atomic panel ops, showing active subsystem development rather than retirement.
- lore.kernel.org
April 2026 patch series adds a brand-new panel driver in this directory, indicating ongoing enablement of new hardware.
- lore.kernel.org
March 2026 fix to panel-ilitek-ili9882t shows recent maintenance on existing in-tree panel drivers.
- raspberrypi.com
Official Raspberry Pi Touch Display product page says the 7-inch touchscreen remains in production until at least January 2030.
- raspberrypi.com
Official Raspberry Pi Touch Display 2 product page shows 5-inch and 7-inch DSI touchscreen displays on sale in 2025/2026.
codex reasoning notes (technical)
Directory is an active driver collection, not a dead single-device leaf: phase-1 stats already show 938 substantive commits in 5y and 215 authors. Lore evidence was obtained via `mcp__lore_http__.lore_substr_subject` (core API work and new panel-driver additions in Apr 2026) and `mcp__lore_http__.lore_activity` (recent fixes for panel-ilitek-ili9882t in Jan-Mar 2026). A removal/deprecation regex query timed out, and the successful lore results instead show additions and fixes, not removal traffic. Deployment evidence was obtained via `web.search_query`: Raspberry Pi still sells both the original Touch Display and Touch Display 2, matching this directory's role as the DRM panel home for current DSI/eDP/LVDS displays. No single upstream replacement exists; this directory is the replacement target for board-specific panel support, so removal/deprecation would strand actively supported hardware.