Shared color-management helper code used inside AMD's Display Core (DC) component of the amdgpu graphics driver. It implements gamma curves, color space conversions, and tone-mapping math that the actual GPU driver calls into when programming display pipelines on Radeon and Ryzen integrated graphics.
This is not a standalone driver; it is a library of color-math helper functions that lives inside the larger AMD display stack. It has no hardware probe of its own and only makes sense as part of the amdgpu driver, so it should not be evaluated for keep-or-remove on its own terms.
repository signals
6files
2,286source lines
18commits, 5y
+238 / −542lines added / removed, 5y
12authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 9/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: AMD display color-processing helper module code within DRM/DC, not kernel-bound hardware driver entry code.