drivers/gpu/drm/mediatek

MediaTek SoC display and DRM/KMS controllers

Display, HDMI, DisplayPort, and eDP output blocks built into MediaTek's ARM SoCs, covering the MT81xx and MT83xx families used in Chromebooks (Kompanio), embedded boards (Genio), tablets, and TV/set-top platforms from the mid-2010s through 2025-era parts like MT8195 and the Kompanio Ultra.

keep conf=0.97 last_sold=2026 deploy=high replacement=none subsystem=gpu category=graphics-display
97%

recommendation

It should stay because this is the in-tree display driver for MediaTek's current SoC families, including the Kompanio Chromebook chips and the Genio embedded line that MediaTek committed to ship through 2035. Upstream history shows steady fixes and new-SoC enablement landing right up to 2026, and there is no alternative driver for this hardware.

repository signals

41 files
19,862 source lines
492 commits, 5y
+15,192 / −4,765 lines added / removed, 5y
101 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 492 total · active in 59/61 months
2021 2022 2023 2024 2025 2026 2021-04: 4 commits · +18 −1 2021-05: 3 commits · +123 −6 2021-06: 7 commits · +18 −63 2021-07: 12 commits · +346 −117 2021-08: 3 commits · +48 −5 2021-09: 5 commits · +153 −31 2021-10: 12 commits · +204 −184 2021-11: 3 commits · +163 −174 2021-12: 3 commits · +17 −1 2022-01: 5 commits · +117 −137 2022-02: 5 commits · +34 −21 2022-03: 4 commits · +96 −37 2022-04: 3 commits · +61 −10 2022-05: 10 commits · +556 −46 2022-06: 10 commits · +452 −19 2022-07: 21 commits · +246 −88 2022-08: 4 commits · +15 −21 2022-09: 13 commits · +3,076 −52 2022-10: 3 commits · +53 −0 2022-11: 8 commits · +153 −16 2022-12: 2 commits · +4 −2 2023-01: 8 commits · +23 −9 2023-02: 1 commit · +2 −1 2023-03: 14 commits · +1,709 −350 2023-04: 1 commit · +3 −9 2023-05: 2 commits · +3 −3 2023-06: 5 commits · +2 −15 2023-07: 22 commits · +313 −232 2023-08: 9 commits · +114 −71 2023-09: 7 commits · +69 −12 2023-10: 26 commits · +543 −164 2023-11: 5 commits · +13 −12 2023-12: 13 commits · +420 −157 2024-01: 2 commits · +37 −20 2024-02: 13 commits · +278 −217 2024-03: 32 commits · +274 −289 2024-04: 7 commits · +24 −24 2024-05: 2 commits · +0 −22 2024-06: 25 commits · +372 −273 2024-07: 9 commits · +76 −30 2024-08: 5 commits · +129 −57 2024-09: 5 commits · +92 −5 2024-10: 13 commits · +440 −77 2024-11: 4 commits · +28 −4 2024-12: 14 commits · +124 −94 2025-01: 4 commits · +15 −7 2025-02: 26 commits · +333 −203 2025-03: 1 commit · +8 −4 2025-04: 22 commits · +324 −310 2025-05: 3 commits · +44 −21 2025-06: 2 commits · +41 −2 2025-07: 5 commits · +17 −9 2025-08: 5 commits · +34 −25 2025-09: 7 commits · +61 −31 2025-10: 15 commits · +2,928 −610 2025-11: 4 commits · +118 −206 2025-12: 5 commits · +86 −59 2026-01: 4 commits · +83 −75 2026-02: 3 commits · +19 −18 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    LKDDb shows CONFIG_DRM_MEDIATEK is present through 6.19 and 7.0-rc+HEAD, with support for many MediaTek display blocks and newer compatibles such as MT8195 and MT8365.

  2. cateee.net

    LKDDb shows DisplayPort/eDP support landed for newer MediaTek SoCs and remains present through 6.19, indicating ongoing feature growth rather than retirement.

  3. genio.mediatek.com

    MediaTek markets the Genio 720 for new embedded Linux/Android/Ubuntu deployments and states product longevity to 2035, with current display outputs including DSI/eDP/DP.

  4. mediatek.com

    MediaTek announced a new Kompanio Ultra Chromebook platform on April 2, 2025, showing active new-product deployment of MediaTek display-capable compute SoCs.

  5. mediatek.com

    MediaTek's Chromebook lineup page lists current Kompanio families and shipping device examples, indicating ongoing mainstream deployment.

codex reasoning notes (technical)

Real driver directory: local shell grep found module entry points in mtk_drm_drv.c, mtk_dp.c, mtk_hdmi*. Upstream activity was checked first via local shell git history because the advertised lore-http MCP server was unavailable and `lei` was not installed; `git log` on this path showed substantive fixes/features through 2026-03-22 with many recent authors and merge tags, which is inconsistent with deprecation/removal. A web search for lore removal/deprecation discussion returned no results for drm/mediatek. Deployment evidence came from web search hits to official MediaTek product pages and LKDDb. No natural replacement exists: this is the in-tree SoC-specific DRM/KMS driver for current MediaTek display hardware.