drivers/gpu/drm/amd/display/dc/sspl

AMD Display Core Scaler/SPL Helper Library

An internal helper library inside AMD's Display Core (DC) code that implements scaling filter math and fixed-point arithmetic used by the amdgpu graphics driver when it composes and resizes display output. It is shared code consumed by the real GPU driver, not hardware support 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 driver directory; it is a math/helper subcomponent of the AMD amdgpu display stack with no device binding of its own. It lives or dies with the surrounding AMD GPU display code and shouldn't be evaluated as an independent driver.

repository signals

18 files
8,315 source lines
23 commits, 5y
+9,439 / −1,091 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 23 total · active in 10/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: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +3 −3 2025-01: 9 commits · +9,035 −739 2025-02: 1 commit · +0 −1 2025-03: 2 commits · +13 −9 2025-04: 3 commits · +29 −28 2025-05: 2 commits · +6 −2 2025-06: 1 commit · +5 −5 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +16 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +328 −301 2025-12: 2 commits · +4 −3 2026-01: 0 commits · +0 −0 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: internal AMD DC display-scaling/helper library (SPL filter math and fixed-point code) nested under amdgpu display code, with no standalone kernel device binding/registration entry point.