drivers/misc/mei/gsc_proxy

Intel GSC Proxy for graphics-to-ME firmware communication

A small bridge that lets Intel graphics chips (Arc discrete GPUs and recent integrated graphics) exchange firmware messages with the Intel Management Engine through the Graphics System Controller. It was added in Linux 6.5 (2023) and is needed for features like HDCP and firmware services on modern Intel GPUs, including parts still being sold in 2025 such as the Arc Pro B60.

keep conf=0.89 deploy=medium replacement=none subsystem=misc category=graphics-display
89%

recommendation

It should stay in the kernel because it is a young, actively maintained bridge that lets Intel's discrete and integrated graphics talk to the Management Engine firmware via the GSC (Graphics System Controller). Upstream activity is recent — a January 2026 patch wired it up for the Xe DRM driver — and Intel is still shipping new GSC-capable hardware such as the Arc Pro B60 launched in Q2 2025, so it has no natural replacement.

repository signals

3 files
210 source lines
10 commits, 5y
+242 / −11 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 6/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: 1 commit · +229 −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: 1 commit · +1 −1 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +5 −3 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +2 −2 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: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 3 commits · +3 −3 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    A January 8, 2026 patch updated gsc_proxy Kconfig for Xe support and explicitly says the driver is useful when a DRM driver registers the ME interface auxiliary device, showing active upstream maintenance rather than retirement.

  2. lkml.org

    The 2023 merge thread introduced gsc_proxy as the MEI-side proxy driver for communication between Intel graphics GSC and CSE/ME firmware on onboard graphics platforms.

  3. cateee.net

    LKDDb shows CONFIG_INTEL_MEI_GSC_PROXY is present from Linux 6.5 through current HEAD and builds module mei_gsc_proxy.

  4. intel.com

    Intel Ark lists Intel Arc Pro B60 as launched in Q2 2025, indicating current Intel GSC-capable graphics hardware is still being sold in the 2025 timeframe.

codex reasoning notes (technical)

Shell inspection of the directory showed a real `mei_cl_driver` module, not helper-only code. Shell `git log` showed nontrivial activity through January 2026; web search found the Jan 2026 spinics maintenance patch and the 2023 LKML introduction thread, but no removal discussion in the limited lore/spinics queries, so absence of removal talk is an inference. LKDDb URL was obtained by web search, and the Intel Ark product page was obtained by web search to confirm the hardware family remains current. This is a young, still-maintained bridge for current Intel graphics/ME firmware interaction, with no natural in-tree replacement.