drivers/gpu/drm/amd/display/dc/dsc

AMD Display Core Display Stream Compression helpers

A subcomponent of AMD's Display Core code inside the amdgpu graphics stack that handles VESA Display Stream Compression, the standard used to drive high-resolution and high-refresh-rate monitors over DisplayPort and HDMI on modern Radeon GPUs and APUs.

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 a helper library inside the AMD Display Core (DC) framework that the amdgpu DRM driver pulls in to implement DSC link encoding. It has no separate lifecycle of its own and lives or dies with the broader amdgpu display stack.

repository signals

13 files
4,192 source lines
61 commits, 5y
+3,986 / −2,104 lines added / removed, 5y
35 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 61 total · active in 33/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +116 −83 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +228 −165 2021-07: 0 commits · +0 −0 2021-08: 3 commits · +97 −1,141 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +8 −0 2021-11: 2 commits · +9 −32 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −1 2022-02: 0 commits · +0 −0 2022-03: 1 commit · +2 −2 2022-04: 2 commits · +5 −5 2022-05: 1 commit · +2 −2 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: 2 commits · +30 −18 2023-02: 4 commits · +59 −4 2023-03: 1 commit · +9 −1 2023-04: 2 commits · +138 −0 2023-05: 1 commit · +0 −2 2023-06: 1 commit · +18 −6 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +1,637 −0 2023-11: 1 commit · +8 −2 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +5 −0 2024-02: 0 commits · +0 −0 2024-03: 4 commits · +30 −106 2024-04: 6 commits · +1,178 −397 2024-05: 3 commits · +72 −26 2024-06: 1 commit · +6 −3 2024-07: 0 commits · +0 −0 2024-08: 3 commits · +9 −8 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +13 −13 2024-11: 1 commit · +5 −8 2024-12: 1 commit · +45 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +6 −13 2025-05: 0 commits · +0 −0 2025-06: 3 commits · +178 −48 2025-07: 1 commit · +15 −14 2025-08: 1 commit · +5 −0 2025-09: 2 commits · +4 −2 2025-10: 2 commits · +46 −1 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +2 −1 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: AMD DC Display Stream Compression helper code under the DRM display pipeline, not a standalone kernel-bound hardware driver.