drivers/gpu/drm/amd/display/dc/dcn201

AMD Cyan Skillfish DCN 2.01 display engine support

Display Core programming for AMD's Cyan Skillfish APU/GPU, an early RDNA-based chip that ended up most visibly in Sony PS5-derived BC-250 accelerator boards repurposed from surplus cryptocurrency mining hardware. It handles the display pipeline (DCN version 2.01) for that specific silicon rather than for any mainstream Radeon consumer card.

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

recommendation

Worth keeping but documenting as a niche path, because the Cyan Skillfish hardware was never a mainstream product and today mostly survives as second-hand BC-250 boards bought from ex-mining surplus. Even so, upstream development remains genuinely active — dozens of commits across many authors with changes landing as recently as late 2025, and Phoronix reported continuing enablement work in early 2025 — so removal is not justified, but a comment flagging the limited hardware footprint would help future maintainers.

repository signals

7 files
640 source lines
44 commits, 5y
+4,226 / −3,577 lines added / removed, 5y
27 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 44 total · active in 24/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: 1 commit · +4,089 −0 2021-10: 1 commit · +1 −1 2021-11: 0 commits · +0 −0 2021-12: 3 commits · +18 −19 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +1 −0 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +1 −2 2022-05: 0 commits · +0 −0 2022-06: 2 commits · +3 −1 2022-07: 1 commit · +9 −25 2022-08: 1 commit · +4 −0 2022-09: 1 commit · +2 −1 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +0 −1 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +0 −9 2023-03: 3 commits · +39 −60 2023-04: 1 commit · +3 −3 2023-05: 2 commits · +1 −7 2023-06: 0 commits · +0 −0 2023-07: 3 commits · +11 −10 2023-08: 1 commit · +1 −0 2023-09: 1 commit · +6 −663 2023-10: 2 commits · +2 −1,359 2023-11: 2 commits · +2 −277 2023-12: 1 commit · +1 −171 2024-01: 0 commits · +0 −0 2024-02: 2 commits · +2 −397 2024-03: 2 commits · +2 −2 2024-04: 8 commits · +25 −569 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: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-11: 1 commit · +3 −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. kernel.org

    AMD Display Core is part of the active amdgpu display driver stack, not a separate legacy out-of-tree driver family.

  2. phoronix.com

    As of January 20, 2025, upstream/open-source work was still improving Cyan Skillfish support, and BC-250 boards were mainly appearing on used resale markets.

  3. elektricm.github.io

    BC-250 boards using Cyan Skillfish are described as ex-cryptocurrency mining hardware repurposed from surplus, indicating niche rather than mainstream new deployments.

  4. tomshardware.com

    Cyan Skillfish was introduced as a specialized AMD APU/GPU codename rather than a broad mainstream PC product line.

codex reasoning notes (technical)

In-tree inspection via shell `rg`/`sed` showed `dcn201` is selected for `DCN_VERSION_2_01`, and `dc_resource.c` maps that path to FAMILY_NV device IDs that match `CHIP_CYAN_SKILLFISH` in `amdgpu_drv.c`. User-provided history shows strong recent maintenance (42 substantive commits in 5y, latest 2025-12-08, 26 authors), so this is not dormant. `lei` was unavailable in shell and no `lore-http` MCP server was present, so direct lore timeline/removal-query verification could not be performed; with active in-tree maintenance and no verified removal thread, I did not escalate to `remove`. Web sources were obtained by web search: kernel.org docs for stack context, Phoronix for 2025 ongoing support work and used-market status, BC250 docs for present-day niche surplus deployment evidence, and Tom's Hardware for chipset/product-family context. Conclusion: hardware is niche and likely not sold new in 2025, but upstream support remains live enough that deprecation/removal is not justified; annotate as niche/internal-IP coverage rather than remove.