drivers/gpu/drm/amd/display/dc/bios

AMD Display Core VBIOS parser helpers

Internal support code inside the AMD Display Core (DC) component of the amdgpu graphics driver. It parses the video BIOS tables on AMD GPUs to discover panel timings, connector wiring, and clock parameters that the rest of the display stack needs.

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

recommendation

This is not a standalone driver but a helper subdirectory inside AMD's amdgpu/DC display stack, responsible for reading VBIOS data structures. It only makes sense as part of the larger AMD GPU driver and is not separately removable.

repository signals

31 files
13,937 source lines
100 commits, 5y
+2,152 / −1,114 lines added / removed, 5y
60 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 100 total · active in 43/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +2 −0 2021-05: 4 commits · +123 −5 2021-06: 4 commits · +24 −16 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 3 commits · +91 −4 2021-10: 1 commit · +2 −0 2021-11: 1 commit · +4 −2 2021-12: 0 commits · +0 −0 2022-01: 2 commits · +1 −6 2022-02: 2 commits · +762 −191 2022-03: 3 commits · +11 −6 2022-04: 1 commit · +1 −2 2022-05: 0 commits · +0 −0 2022-06: 3 commits · +35 −2 2022-07: 1 commit · +8 −8 2022-08: 3 commits · +60 −33 2022-09: 3 commits · +26 −11 2022-10: 0 commits · +0 −0 2022-11: 6 commits · +83 −35 2022-12: 2 commits · +9 −11 2023-01: 1 commit · +2 −9 2023-02: 2 commits · +7 −20 2023-03: 1 commit · +2 −5 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +15 −21 2023-07: 0 commits · +0 −0 2023-08: 3 commits · +21 −20 2023-09: 3 commits · +20 −29 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 8 commits · +68 −63 2024-01: 2 commits · +12 −8 2024-02: 1 commit · +1 −0 2024-03: 4 commits · +109 −6 2024-04: 3 commits · +10 −6 2024-05: 0 commits · +0 −0 2024-06: 2 commits · +16 −1 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +1 −1 2024-09: 1 commit · +0 −8 2024-10: 1 commit · +3 −1 2024-11: 3 commits · +7 −8 2024-12: 1 commit · +13 −2 2025-01: 1 commit · +1 −0 2025-02: 3 commits · +162 −531 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +2 −2 2025-05: 1 commit · +1 −0 2025-06: 0 commits · +0 −0 2025-07: 2 commits · +2 −5 2025-08: 0 commits · +0 −0 2025-09: 5 commits · +381 −6 2025-10: 1 commit · +4 −4 2025-11: 1 commit · +1 −1 2025-12: 2 commits · +39 −13 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +9 −10 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 display/DC BIOS helper code under amdgpu, not a standalone kernel-bound hardware driver.