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.
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
13files
4,192source lines
61commits, 5y
+3,986 / −2,104lines added / removed, 5y
35authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 61 total · active in 33/61 months
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.