drivers/gpu/drm/atmel-hlcdc

Atmel/Microchip HLCDC display controller for AT91 and SAMA5 SoCs

The integrated LCD display controller built into Microchip's (formerly Atmel's) AT91, SAM9, and SAMA5 family of ARM microprocessors, used to drive panels on embedded and industrial devices such as HMIs, point-of-sale terminals, and single-board computers from the 2010s onward.

keep conf=0.88 deploy=low replacement=none subsystem=gpu category=graphics-display
88%

recommendation

It should stay because Microchip still sells these SoCs new in 2025, including the SAM9X60, SAM9X7, and the SAMA5D2/D3/D4 lines, with active graphics development boards in their current catalog. Microchip engineers were still posting upstream cleanup and feature work (such as nomodeset support) for this driver in late 2025, so it has a clear maintainer and an ongoing user base in embedded deployments.

repository signals

7 files
3,529 source lines
50 commits, 5y
+940 / −362 lines added / removed, 5y
18 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 50 total · active in 23/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +10 −7 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +47 −33 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 1 commit · +0 −1 2021-12: 1 commit · +2 −1 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 4 commits · +4 −0 2022-07: 1 commit · +0 −1 2022-08: 3 commits · +9 −9 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +5 −6 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +2 −2 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +2 −4 2023-06: 1 commit · +25 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +6 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 9 commits · +664 −116 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +5 −1 2024-10: 2 commits · +40 −7 2024-11: 1 commit · +1 −1 2024-12: 2 commits · +1 −2 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +23 −21 2025-09: 1 commit · +1 −1 2025-10: 3 commits · +4 −4 2025-11: 1 commit · +4 −15 2025-12: 8 commits · +78 −124 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +6 −6 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream work continued in late 2025 with a Microchip-authored cleanup/maintenance series for drm/atmel-hlcdc, indicating active ownership rather than removal.

  2. lore.kernel.org

    The driver received functional work in late 2025, including nomodeset support, which is inconsistent with a deprecation/removal path.

  3. microchip.com

    Microchip was still marketing SAM9 devices in 2025/2026, including SAM9X60/SAM9X7 parts with LCD/graphics capability relevant to this driver family.

  4. microchip.com

    Microchip still listed current embedded-graphics development support around SAMA5D4, SAMA5D3, and SAMA5D2 platforms, showing ongoing display-oriented deployments in this SoC line.

codex reasoning notes (technical)

Real driver directory: Kconfig and source define an HLCDC DRM/KMS driver for AT91/SAMA5-family SoCs, and the code also carries SAM9X60 support in-tree (checked locally via shell on Kconfig and atmel_hlcdc_dc.c). Upstream evidence came from lore_file_timeline on drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c, which showed fresh 2025-12 and 2026-04 touches and no removal-shaped activity in the recent timeline; cited lore URLs were returned by that MCP call. Market/deployment evidence came from web search_query results on official Microchip pages showing SAM9 graphics-capable parts and active graphics/dev-board collateral in 2025/2026. Because the hardware line is still sold for embedded/industrial use, the driver has recent vendor maintenance, and there is no natural replacement for the same integrated controller IP, the recommendation is keep rather than deprecate.