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

AMD Display Core DCE 11 Hardware Sequencer Helpers

Internal helper code inside AMD's Display Core that programs the DCE 11 display engine — the mid-2010s display hardware found in Carrizo/Stoney APUs and early Polaris GPUs — handling the step-by-step sequencing of pipes, encoders, and timing during mode changes. It is one piece of the amdgpu driver, not a driver in its own right.

not-a-driver conf=1.00 deploy=none replacement=none subsystem=gpu category=not-a-driver
100%

recommendation

This is not actually a standalone driver; it is an internal subcomponent of AMD's Display Core (DC) inside the amdgpu graphics driver. Specifically, it holds the hardware-sequencer code for DCE 11, the display block used in Carrizo, Stoney, and early Polaris-era APUs and GPUs, and only makes sense as part of the larger amdgpu build.

repository signals

2 files
3,558 source lines
77 commits, 5y
+3,889 / −332 lines added / removed, 5y
41 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 77 total · active in 27/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: 2 commits · +3,317 −0 2023-10: 1 commit · +0 −2 2023-11: 5 commits · +68 −8 2023-12: 3 commits · +11 −10 2024-01: 2 commits · +7 −3 2024-02: 2 commits · +24 −24 2024-03: 5 commits · +30 −23 2024-04: 3 commits · +24 −9 2024-05: 0 commits · +0 −0 2024-06: 5 commits · +64 −14 2024-07: 2 commits · +51 −0 2024-08: 3 commits · +21 −30 2024-09: 3 commits · +19 −12 2024-10: 2 commits · +5 −4 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 3 commits · +5 −6 2025-02: 6 commits · +18 −10 2025-03: 2 commits · +2 −6 2025-04: 2 commits · +9 −4 2025-05: 5 commits · +36 −6 2025-06: 1 commit · +1 −1 2025-07: 2 commits · +24 −21 2025-08: 2 commits · +20 −18 2025-09: 2 commits · +74 −3 2025-10: 1 commit · +9 −2 2025-11: 6 commits · +12 −31 2025-12: 2 commits · +10 −30 2026-01: 1 commit · +15 −9 2026-02: 4 commits · +13 −46 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: contains AMD display-core DCE11 hardware-sequencer support code under dc/hwss, an internal helper subcomponent rather than a standalone kernel-bound driver.