drivers/gpu/drm/rockchip

Rockchip SoC display controllers (VOP/VOP2, HDMI, DP, DSI)

The display engine built into Rockchip's ARM system-on-chip processors, covering older RK3xxx parts as well as current chips like the RK3568, RK3576, and RK3588. It drives the on-chip video output pipelines and their HDMI, DisplayPort, and MIPI-DSI outputs on devices ranging from Chromebooks and set-top boxes to popular single-board computers such as the Orange Pi 5 series.

keep conf=0.95 last_sold=2026 deploy=medium replacement=none subsystem=gpu category=graphics-display
95%

recommendation

It should stay because Rockchip SoCs are still being designed into new hardware in 2025-2026, including widely sold RK3588 boards, and the driver is under active upstream maintenance with bug fixes still landing in late 2025 and stable backports flowing into early 2026. There is no replacement and no deprecation signal.

repository signals

32 files
22,209 source lines
404 commits, 5y
+13,846 / −6,388 lines added / removed, 5y
97 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 404 total · active in 55/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +28 −17 2021-05: 9 commits · +58 −12 2021-06: 7 commits · +19 −63 2021-07: 0 commits · +0 −0 2021-08: 4 commits · +4 −12 2021-09: 8 commits · +127 −56 2021-10: 4 commits · +101 −236 2021-11: 1 commit · +1 −1 2021-12: 1 commit · +3 −0 2022-01: 7 commits · +82 −17 2022-02: 2 commits · +9 −12 2022-03: 0 commits · +0 −0 2022-04: 14 commits · +3,792 −130 2022-05: 6 commits · +8 −11 2022-06: 8 commits · +41 −5 2022-07: 3 commits · +4 −6 2022-08: 2 commits · +8 −4 2022-09: 7 commits · +65 −13 2022-10: 9 commits · +32 −69 2022-11: 5 commits · +16 −10 2022-12: 0 commits · +0 −0 2023-01: 9 commits · +84 −40 2023-02: 6 commits · +71 −18 2023-03: 4 commits · +9 −5 2023-04: 4 commits · +13 −10 2023-05: 2 commits · +22 −42 2023-06: 7 commits · +28 −38 2023-07: 4 commits · +85 −7 2023-08: 1 commit · +9 −8 2023-09: 2 commits · +14 −3 2023-10: 11 commits · +201 −80 2023-11: 6 commits · +19 −31 2023-12: 37 commits · +1,215 −365 2024-01: 5 commits · +8 −4 2024-02: 0 commits · +0 −0 2024-03: 5 commits · +5 −8 2024-04: 14 commits · +54 −52 2024-05: 3 commits · +82 −109 2024-06: 10 commits · +32 −22 2024-07: 2 commits · +9 −11 2024-08: 6 commits · +34 −75 2024-09: 12 commits · +116 −94 2024-10: 5 commits · +455 −16 2024-11: 4 commits · +197 −13 2024-12: 23 commits · +1,447 −148 2025-01: 2 commits · +17 −17 2025-02: 14 commits · +1,464 −1,317 2025-03: 13 commits · +1,280 −259 2025-04: 6 commits · +357 −255 2025-05: 12 commits · +632 −767 2025-06: 1 commit · +4 −0 2025-07: 10 commits · +53 −25 2025-08: 9 commits · +331 −182 2025-09: 7 commits · +66 −52 2025-10: 19 commits · +405 −1,483 2025-11: 6 commits · +150 −25 2025-12: 8 commits · +67 −80 2026-01: 6 commits · +45 −30 2026-02: 3 commits · +11 −13 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream rockchip DRM fixes were still being posted in late 2025, with a rockchip-specific bugfix marked for stable backport.

  2. lore.kernel.org

    The core rockchip DRM file was still being touched by stable releases in January 2026, indicating ongoing maintenance rather than retirement.

  3. rock-chips.com

    Rockchip still markets the RK3588 with Linux support and modern display interfaces covered by this driver family.

  4. orangepi.org

    New retail hardware based on RK3588 was still on sale in 2026, showing continued new-device deployment for this SoC family.

codex reasoning notes (technical)

Local source inspection (shell `sed`/`rg`) shows the driver covers old and new Rockchip display IP, including RK3568/RK3576/RK3588 paths in Kconfig and source. `lore_activity` on `rockchip_drm_drv.c` returned late-2025 rockchip-specific fixes with review and `Cc: stable`; `lore_file_timeline` on the same file shows heavy 2021-2025 activity and touches through 2026-01-08, with no removal signal surfaced. Web search (`web.search_query`) found Rockchip's RK3588 product page and current Orange Pi RK3588 boards, so the hardware is not legacy-only. Because this is active SoC display support with ongoing upstream fixes and current commercial boards, there is no natural replacement driver and removal/deprecation is not justified.