drivers/gpu/drm/amd/display/dc/dce110

AMD DCE 11.0 display engine for Carrizo and Stoney Ridge APUs

Display controller hardware built into AMD's Carrizo and Stoney Ridge APUs, which shipped in mainstream and low-power notebooks and small desktops from 2015 through about 2017. It drives the on-chip outputs (HDMI, DisplayPort, eDP) on those mid-2010s laptop chips, predating the newer DCN display engines used in Ryzen-era APUs.

keep-annotate conf=0.79 last_sold=2018 deploy=low replacement=none subsystem=gpu category=graphics-display
79%

recommendation

Worth keeping but flagging as legacy because the Carrizo and Stoney Ridge APUs it serves have been on AMD's no-new-releases legacy support track since 2017, yet the code is still being actively touched upstream — including patches landing as recently as Linux 6.14 and late-2025 work moving analog checks into dce110_hwseq. There is no removal signal, so the sensible course is to retain the code while noting that real-world deployments are dwindling to older budget laptops.

repository signals

15 files
7,169 source lines
109 commits, 5y
+957 / −5,565 lines added / removed, 5y
57 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 109 total · active in 36/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 5 commits · +27 −35 2021-06: 4 commits · +29 −8 2021-07: 0 commits · +0 −0 2021-08: 4 commits · +145 −25 2021-09: 1 commit · +1 −1 2021-10: 3 commits · +30 −24 2021-11: 5 commits · +21 −24 2021-12: 3 commits · +14 −13 2022-01: 7 commits · +38 −96 2022-02: 2 commits · +27 −26 2022-03: 1 commit · +11 −14 2022-04: 3 commits · +4 −8 2022-05: 1 commit · +18 −5 2022-06: 4 commits · +12 −30 2022-07: 0 commits · +0 −0 2022-08: 6 commits · +188 −34 2022-09: 2 commits · +6 −6 2022-10: 2 commits · +14 −58 2022-11: 2 commits · +15 −8 2022-12: 8 commits · +45 −30 2023-01: 3 commits · +13 −8 2023-02: 4 commits · +33 −37 2023-03: 3 commits · +11 −14 2023-04: 1 commit · +2 −1 2023-05: 3 commits · +10 −0 2023-06: 1 commit · +5 −0 2023-07: 8 commits · +20 −10 2023-08: 5 commits · +23 −20 2023-09: 4 commits · +17 −3,323 2023-10: 1 commit · +2 −1,607 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +1 −1 2024-04: 1 commit · +22 −1 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 2 commits · +28 −9 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +0 −2 2024-11: 1 commit · +4 −4 2024-12: 1 commit · +115 −54 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +0 −15 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: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Upstream was still carrying dce110-specific work in November 2025 ([PATCH 4/4] drm/amd/display: Move analog check to dce110_hwseq).

  2. spinics.net

    The drm-next pull for Linux 6.14 included changes under drivers/gpu/drm/amd/display/dc/dce110, showing continued integration rather than removal.

  3. amd.com

    AMD's A4-9120 support page identifies the product as former codename Stoney Ridge, launch date Q2 2017, and says it is on a legacy support model with no additional driver releases planned.

  4. ir.amd.com

    AMD disclosed Carrizo in February 2015 as an upcoming mainstream APU for notebooks and low-power desktops, anchoring the family in the mid-2010s.

  5. amd.com

    AMD's A6-9210 support page identifies former codename Stoney Ridge, launch date Q2 2016, and marks it as a legacy-supported product.

codex reasoning notes (technical)

Local shell inspection (`sed` on dc_resource.c and amdgpu_dm.c) shows DCE_VERSION_11_0 maps to FAMILY_CZ and the DM path covers CHIP_CARRIZO/CHIP_STONEY, so this directory is for Carrizo/Stoney-era display blocks, not current DCN hardware. Local shell `git -c safe.directory=... log` showed recent touches through 2026-02, so the code is still maintained. URLs were obtained via web search: spinics msg132637 and msg117799 for current upstream activity; AMD support pages for A4-9120 and A6-9210 for launch/legacy-status evidence; AMD IR Carrizo press release for initial market timing. Conclusion: hardware is legacy and low-deployment today, but there is ongoing upstream maintenance and no visible removal signal, so keep the code with legacy/low-deployment annotation rather than deprecate/remove.