drivers/gpu/drm/exynos

Samsung Exynos display and GPU controllers (DRM)

Display, HDMI, DisplayPort, MIPI-DSI, and framebuffer output blocks built into Samsung Exynos system-on-chips, covering generations from the Exynos 4210 (2011) through the 7870 (2016). These chips powered Samsung Galaxy phones and tablets of that era, the original Google Nexus 10, and Samsung's first ARM Chromebooks.

keep conf=0.85 last_sold=2018 deploy=low replacement=none subsystem=gpu category=graphics-display
85%

recommendation

It should stay because the code is still being actively refactored upstream as recently as 2025-2026 by both Samsung engineers and Chromium contributors, even though the underlying silicon stopped shipping in new products around 2018. The hardware still has a meaningful afterlife in mainline-kernel hobbyist communities such as postmarketOS, where devices like the Nexus 10 and older Samsung Chromebooks remain in use, and there is no generic replacement driver that could take over for these SoC-specific display blocks.

repository signals

43 files
20,452 source lines
182 commits, 5y
+1,590 / −3,423 lines added / removed, 5y
66 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 182 total · active in 52/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 4 commits · +88 −28 2021-06: 4 commits · +5 −14 2021-07: 3 commits · +12 −9 2021-08: 1 commit · +9 −31 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +3 −0 2021-11: 5 commits · +92 −121 2021-12: 7 commits · +27 −45 2022-01: 4 commits · +76 −65 2022-02: 1 commit · +1 −7 2022-03: 4 commits · +106 −201 2022-04: 3 commits · +15 −4 2022-05: 1 commit · +15 −33 2022-06: 7 commits · +22 −5 2022-07: 2 commits · +13 −5 2022-08: 1 commit · +0 −1 2022-09: 1 commit · +3 −3 2022-10: 0 commits · +0 −0 2022-11: 5 commits · +33 −78 2022-12: 4 commits · +37 −15 2023-01: 2 commits · +4 −4 2023-02: 1 commit · +2 −1 2023-03: 17 commits · +542 −2,209 2023-04: 1 commit · +2 −2 2023-05: 3 commits · +6 −8 2023-06: 3 commits · +2 −6 2023-07: 6 commits · +14 −19 2023-08: 1 commit · +2 −0 2023-09: 2 commits · +12 −1 2023-10: 1 commit · +5 −4 2023-11: 3 commits · +32 −61 2023-12: 3 commits · +6 −6 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 15 commits · +9 −21 2024-04: 6 commits · +14 −16 2024-05: 4 commits · +45 −54 2024-06: 3 commits · +1 −5 2024-07: 1 commit · +3 −3 2024-08: 4 commits · +16 −15 2024-09: 4 commits · +22 −104 2024-10: 0 commits · +0 −0 2024-11: 5 commits · +89 −54 2024-12: 7 commits · +21 −22 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +1 −1 2025-03: 2 commits · +2 −5 2025-04: 3 commits · +5 −6 2025-05: 1 commit · +1 −1 2025-06: 4 commits · +33 −18 2025-07: 6 commits · +22 −44 2025-08: 1 commit · +5 −3 2025-09: 1 commit · +1 −1 2025-10: 3 commits · +12 −10 2025-11: 1 commit · +1 −1 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +67 −12 2026-02: 3 commits · +31 −32 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    As of March 26, 2026, drm/exynos was still receiving non-trivial upstream maintenance work from Chromium-related contributors.

  2. lore.kernel.org

    As of September 29, 2025, drm/exynos was still receiving functional refactoring from a Samsung contributor, indicating live upstream ownership rather than abandonment.

  3. chromium.org

    Samsung ARM Chromebook documentation identifies a shipped Exynos 5250 Chromebook platform, showing this driver family served real consumer hardware.

  4. chromium.org

    Samsung Chromebook 2 documentation identifies Exynos 5420/5800 Chromebook platforms, reinforcing that the driver covers 2012-2014 era Exynos consumer systems.

  5. wiki.postmarketos.org

    The postmarketOS Exynos category says many older Exynos SoCs remain mainline-supported and community-used, which is evidence of ongoing low-volume deployments today.

  6. wiki.postmarketos.org

    The Nexus 10 page shows an Exynos 5250 device still marked as running a mainline kernel in postmarketOS, supporting continued enthusiast/community deployment.

codex reasoning notes (technical)

Real driver directory: local `rg` over drivers/gpu/drm/exynos found platform drivers and DT compatibles for Exynos 4210/4212/5250/5420/5433/7870 plus HDMI/DP/DSI/FIMD/DECON blocks. `lore_activity(file=drivers/gpu/drm/exynos/exynos_drm_drv.c, since=5y)` returned active 2025-2026 patch traffic, including Samsung and Chromium contributors, so this is maintained and not in evident removal mode. Direct lore subject scans for removal/deprecation timed out, but the positive lore evidence shows refactoring rather than retirement. Web search results from Chromium device docs and postmarketOS wiki indicate the hardware is mostly legacy 2012-2018 consumer/mobile/chromebook silicon with surviving hobbyist/mainline use today; that supports `deployments_today=low`, `hardware_still_sold_new_in_2025=false`, and no natural generic replacement driver beyond this platform-specific stack. URLs were obtained via lore MCP, local shell inspection, and web search.