drivers/gpu/drm/i915/gt/uc

Intel i915 GuC and HuC microcontroller firmware support

Internal support code inside the Intel i915 graphics stack that loads and communicates with the on-GPU GuC and HuC microcontrollers. These are firmware-driven helper engines on Intel integrated GPUs (Skylake-era and newer) that offload command submission scheduling and accelerated video decoding tasks.

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 directory; it is a subcomponent of the Intel i915 graphics driver that handles communication with the GuC (Graphics microcontroller) and HuC (HEVC microcontroller) firmware blobs embedded in modern Intel GPUs. It exists only as internal plumbing for the larger i915 driver and has no independent lifecycle of its own.

repository signals

63 files
23,681 source lines
628 commits, 5y
+24,470 / −7,387 lines added / removed, 5y
70 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 628 total · active in 56/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +6 −2 2021-05: 3 commits · +31 −36 2021-06: 30 commits · +1,454 −1,015 2021-07: 56 commits · +4,998 −698 2021-08: 1 commit · +3 −8 2021-09: 34 commits · +983 −472 2021-10: 20 commits · +1,920 −274 2021-11: 9 commits · +180 −42 2021-12: 22 commits · +530 −172 2022-01: 20 commits · +799 −300 2022-02: 27 commits · +321 −221 2022-03: 34 commits · +2,626 −299 2022-04: 13 commits · +476 −272 2022-05: 19 commits · +281 −170 2022-06: 11 commits · +104 −165 2022-07: 19 commits · +1,427 −360 2022-08: 8 commits · +280 −311 2022-09: 15 commits · +841 −300 2022-10: 17 commits · +592 −128 2022-11: 23 commits · +449 −176 2022-12: 7 commits · +536 −32 2023-01: 16 commits · +218 −161 2023-02: 14 commits · +336 −286 2023-03: 14 commits · +385 −65 2023-04: 16 commits · +371 −185 2023-05: 32 commits · +1,731 −385 2023-06: 15 commits · +645 −132 2023-07: 4 commits · +89 −9 2023-08: 13 commits · +109 −125 2023-09: 3 commits · +64 −10 2023-10: 10 commits · +371 −30 2023-11: 4 commits · +131 −6 2023-12: 9 commits · +253 −118 2024-01: 3 commits · +82 −26 2024-02: 6 commits · +137 −23 2024-03: 9 commits · +81 −46 2024-04: 2 commits · +6 −6 2024-05: 3 commits · +23 −14 2024-06: 4 commits · +29 −23 2024-07: 2 commits · +4 −4 2024-08: 7 commits · +95 −10 2024-09: 2 commits · +12 −3 2024-10: 2 commits · +33 −19 2024-11: 4 commits · +43 −2 2024-12: 4 commits · +22 −26 2025-01: 11 commits · +180 −33 2025-02: 3 commits · +5 −8 2025-03: 1 commit · +1 −1 2025-04: 2 commits · +14 −12 2025-05: 6 commits · +37 −10 2025-06: 2 commits · +9 −7 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 7 commits · +73 −24 2025-10: 1 commit · +2 −0 2025-11: 1 commit · +2 −2 2025-12: 2 commits · +18 −98 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +22 −24 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

No sources cited.

codex reasoning notes (technical)

Not a driver directory: nested i915 GT uC support code for GuC/HuC microcontroller/firmware handling, not a standalone kernel-bound hardware driver.