drivers/gpu/drm/amd/display/dc/hwss/dcn301

AMD Van Gogh DCN 3.0.1 display pipeline

Hardware-specific display pipeline code for AMD's Van Gogh APU generation, which uses the Display Core Next 3.0.1 block to drive monitors and internal panels. Van Gogh is best known as the chip powering Valve's Steam Deck handheld, and it also appears in a handful of other small AMD-based devices from the early 2020s onward.

keep conf=0.88 deploy=medium replacement=none subsystem=gpu category=graphics-display
88%

recommendation

It should stay because this is the display engine code for AMD's Van Gogh APU, most famously the chip inside Valve's Steam Deck, which is still being sold new in 2025. Upstream patches were still landing in mid-2025 and into 2026, so the hardware is actively maintained and has no replacement driver outside the amdgpu stack itself.

repository signals

4 files
258 source lines
10 commits, 5y
+266 / −8 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 9/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: 1 commit · +74 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +187 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +1 −3 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +0 −1 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −0 2024-10: 1 commit · +2 −2 2024-11: 1 commit · +0 −1 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +1 −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: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +0 −1 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. mail-archive.com

    DCN301 was still receiving upstream patch traffic in July 2025 for a functional display bug fix ('Allow DCN301 to clear update flags').

  2. mail-archive.com

    DCN301-family code was included in a March 10, 2026 amd/display patch series, indicating ongoing upstream maintenance rather than removal.

  3. steamdeck.com

    Valve's official Steam Deck tech-specs page showed the device shipping with an AMD APU in 2026, supporting continued new-device deployment in the Steam Deck family.

  4. techpowerup.com

    Steam Deck's GPU is identified as Van Gogh and explicitly lists Display Core Next 3.0.1, matching DCN301.

  5. kernel.org

    Kernel documentation describes DCN as the active AMD display pipeline architecture family used by amdgpu/display, confirming this directory is a live hardware-generation implementation rather than dead compatibility glue.

codex reasoning notes (technical)

Local shell inspection mapped DCN_VERSION_3_01 to FAMILY_VGH in dc_resource.c, so this hwss directory is the Van Gogh display path. Web search found active DCN301-related amd-gfx traffic on 2025-07-22 and 2026-03-10, and no removal-thread hits in lore-style searches. Valve tech-specs page (web search) shows Steam Deck still shipping, and TechPowerUp (web search) ties Steam Deck to Van Gogh/DCN 3.0.1. Result: niche but current deployed hardware, no natural replacement outside the same amdgpu stack, so keep.