drivers/gpu/drm/renesas/rz-du

Renesas RZ/G2L and RZ/V2H Display Unit

Provides display output for Renesas RZ/G2L and RZ/V2H system-on-chip processors, which are 64-bit Arm SoCs aimed at industrial human-machine interfaces, embedded vision, and AI edge devices. The hardware drives panels and MIPI-DSI displays on boards built around chips like the r9a07g044, r9a07g043u, and r9a09g057, all introduced in the 2020s and still being shipped new.

keep conf=0.95 deploy=low replacement=none subsystem=gpu category=graphics-display
95%

recommendation

It should stay because this is a young, actively maintained driver for current Renesas embedded SoCs that the vendor is still selling new and has committed to supplying through 2037. Deployments are niche, mostly industrial HMIs, vision/AI gateways, and similar embedded designs rather than consumer hardware, but upstream work continues, including recently added support for the newer RZ/V2H(P) chip.

repository signals

14 files
3,700 source lines
46 commits, 5y
+3,863 / −122 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 46 total · active in 18/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 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: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −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: 2 commits · +1,734 −1 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +2 −2 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +974 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +30 −7 2024-09: 2 commits · +6 −1 2024-10: 2 commits · +19 −7 2024-11: 2 commits · +4 −4 2024-12: 2 commits · +2 −3 2025-01: 0 commits · +0 −0 2025-02: 2 commits · +2 −3 2025-03: 4 commits · +116 −10 2025-04: 2 commits · +10 −1 2025-05: 4 commits · +65 −10 2025-06: 10 commits · +375 −60 2025-07: 2 commits · +6 −5 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 3 commits · +488 −1 2025-11: 1 commit · +1 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +8 −0 2026-02: 3 commits · +21 −7 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream activity is current rather than sunset; local git log on this directory shows regular fixes/features through 2026-03-02, including reboot fixes and added RZ/V2H(P) support, with no visible removal trend.

  2. cateee.net

    LKDDb shows CONFIG_DRM_RZG2L_DU present in mainline kernels 6.9 through 6.19 and 7.0-rc+HEAD, with supported compatibles r9a07g044, r9a07g043u, and r9a09g057.

  3. renesas.com

    Renesas lists RZ/G2L as Active, with product longevity to 2037, and describes display interfaces plus Linux support for industrial HMI/embedded designs.

  4. renesas.com

    Renesas lists RZ/V2H as Active and exposes MIPI-DSI/display-capable Linux-oriented AI MPU positioning, matching the newer SoC support added in this driver.

codex reasoning notes (technical)

Real driver directory: DRM/KMS code with module/device tables for Renesas DU hardware. Evidence chain: local source inspection via shell `rg` identified RZ/G2L/RZ/V2H compatibles and module descriptions; local shell `git log` showed active substantive work and no removal discussion in visible history; web search returned official Renesas product pages and LKDDb. Kernel.org log URL is canonical recall, paired with the local git-log result because lore/lei was unavailable in this environment. Recommendation stays `keep`: the driver is only ~2 years old, actively maintained, and targets still-active embedded SoCs for ongoing industrial/vision deployments. Deployments are likely niche rather than mass-market, so `low` rather than `medium`.