drivers/gpu/drm/tve200

Faraday TVE200 TV Encoder for Gemini and GM8180 SoCs

A TV-out encoder block found in older Faraday/Storlink/Cortina Gemini system-on-chips and Grain Media's GM8180, used to drive composite analog TV signals from small embedded devices. It shipped in products like the D-Link DIR-685 storage router with built-in photo frame and various mid-2000s IP surveillance and IPTV boxes.

keep-annotate conf=0.82 last_sold=2013 deploy=low replacement=none subsystem=gpu category=graphics-display
82%

recommendation

Worth keeping but worth flagging as legacy hardware. The chips are obsolete and the best-known retail device using them, the D-Link DIR-685 photo-frame router, was end-of-lifed by D-Link in 2013, but the driver still sees real upstream maintenance, including a 2024 DRM core adaptation and a 2024 probe-cleanup fix. Removing it would break the few embedded users who remain, so a documentation note marking it as niche legacy silicon is the right call.

repository signals

5 files
762 source lines
21 commits, 5y
+38 / −35 lines added / removed, 5y
13 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 21 total · active in 17/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +0 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 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: 1 commit · +2 −1 2022-06: 1 commit · +1 −0 2022-07: 0 commits · +0 −0 2022-08: 3 commits · +10 −11 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 2 commits · +2 −1 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: 1 commit · +1 −3 2023-05: 1 commit · +2 −4 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +7 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +0 −1 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 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 −5 2024-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream activity is current: a tve200 bug-fix patch ('Fix probe cleanup after register failure') was posted on 2026-04-24.

  2. lore.kernel.org

    The driver also received drm-core adaptation work in 2024 ('Run DRM default client setup'), indicating maintenance rather than abandonment.

  3. docs.kernel.org

    Kernel documentation identifies TVE200 as a Faraday TV encoder/Gemini TV Interface Controller used in older Storlink/Cortina Gemini and Grain Media GM8180 SoCs.

  4. cateee.net

    LKDDb shows CONFIG_DRM_TVE200 remains present in current kernel series, with DT compatible 'faraday,tve200' and module 'tve200_drm'.

  5. legacy.us.dlink.com

    A known retail deployment, the D-Link DIR-685, is listed by D-Link as a legacy product with last support on 2013-05-05.

  6. openwrt.org

    OpenWrt marks the D-Link DIR-685 as discontinued, reinforcing that one visible TVE200-bearing product line is long out of market.

  7. asmag.com

    The GM8180 SoC associated with TVE200 appears in a 2008 surveillance/IPTV product profile, pointing to aging embedded/industrial usage rather than current mainstream sales.

codex reasoning notes (technical)

Local source inspection via `rg` found OF match `faraday,tve200` in the driver, identifying the hardware family. Lore evidence came from `lore_substr_subject` on `tve200`, which returned 2026 and 2024 patch traffic and no removal-themed subjects in the sample. Deployment evidence came from web search results for kernel docs/LKDDb and known products (D-Link DIR-685, GM8180). Conclusion: hardware is obsolete and niche, but upstream still sees real fixes, so deprecation would be premature; keep the driver, but annotate it as legacy/niche hardware.