drivers/gpu/drm/imagination

Imagination PowerVR Rogue GPU DRM driver

Kernel-mode graphics support for Imagination Technologies' PowerVR Rogue-class and newer IMG GPUs, the integrated graphics blocks found in current embedded systems-on-chip such as Texas Instruments' AM62 (AXE-1-16M) and AM68/J721S2 (BXS-4-64) families, as well as the Alibaba/T-Head TH1520 RISC-V SoC.

keep conf=0.94 deploy=medium replacement=none subsystem=gpu category=graphics-display
94%

recommendation

It should stay in the kernel because it is a modern, actively developed driver for GPUs shipping today in TI's AM62x and AM68 SoC families and in T-Head TH1520 RISC-V boards. Upstream work is ongoing through 2025 and beyond, including patches to enable the driver on RISC-V, and there is no replacement or deprecation discussion in sight.

repository signals

74 files
33,968 source lines
115 commits, 5y
+35,115 / −1,079 lines added / removed, 5y
37 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 115 total · active in 23/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: 32 commits · +33,055 −162 2023-12: 10 commits · +63 −102 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 3 commits · +6 −4 2024-04: 3 commits · +4 −6 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +2 −2 2024-08: 5 commits · +8 −17 2024-09: 3 commits · +8 −16 2024-10: 2 commits · +86 −4 2024-11: 0 commits · +0 −0 2024-12: 3 commits · +2 −4 2025-01: 1 commit · +3 −9 2025-02: 6 commits · +147 −42 2025-03: 3 commits · +33 −9 2025-04: 17 commits · +918 −260 2025-05: 1 commit · +5 −4 2025-06: 2 commits · +60 −3 2025-07: 1 commit · +2 −2 2025-08: 3 commits · +188 −65 2025-09: 0 commits · +0 −0 2025-10: 3 commits · +9 −1 2025-11: 1 commit · +8 −0 2025-12: 2 commits · +13 −2 2026-01: 8 commits · +402 −279 2026-02: 2 commits · +52 −55 2026-03: 3 commits · +41 −31 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Upstream kernel docs describe this as the drm/imagination PowerVR driver and list supported cores including AXE-1-16M in TI AM62 and BXS-4-64 MC1 in TI J721S2/AM68.

  2. ti.com

    TI lists AM625 as ACTIVE and orderable; the AM62x family is a current Linux-focused SoC line using the GPU served by this driver family.

  3. ti.com

    TI lists AM68 as ACTIVE and orderable, and explicitly names an IMG BXS-4-64 GPU in the product details.

  4. cateee.net

    LKDDb shows CONFIG_DRM_POWERVR present from Linux 6.8 through current HEAD and lists device matches including img,img-axe, img,img-rogue, and thead,th1520-gpu.

  5. spinics.net

    A June 16, 2025 kernel thread references the lore patch '[PATCH v4 8/8] drm/imagination: Enable PowerVR driver for RISC-V', showing ongoing upstream feature work rather than removal.

codex reasoning notes (technical)

Real DRM driver: local exec_command inspection of Kconfig, module firmware entries, and MAINTAINERS shows the powervr module under drivers/gpu/drm/imagination. Local exec_command git log shows active substantive fixes through 2026-03-10. Web search found current kernel docs, LKDDb, TI product pages, and a lore-linked mailing-list thread for 2025 RISC-V enablement; web searches for removal/deprecation discussion produced no relevant hits. Hardware is still shipping in active TI embedded SoCs and newer TH1520-class deployments, so there is no natural replacement and no obsolescence case beyond normal maintenance.