drivers/gpu/drm/hisilicon/hibmc/dp

HiSilicon HiBMC iBMC DisplayPort output

The DisplayPort output portion of Huawei's HiBMC/iBMC baseboard management controller, the small management chip on Huawei server motherboards that provides a basic console video signal and remote KVM-over-IP for administrators. It drives the DP connector (or a virtual sink when no monitor is plugged in) on iBMC-equipped servers such as the TaiShan 200 line, which Huawei still sells today.

keep conf=0.86 last_sold=2025 deploy=low replacement=none subsystem=gpu category=graphics-display
86%

recommendation

It should stay in the kernel because the DisplayPort block of Huawei's iBMC server-management chip is still seeing active bug-fix patches in 2025 and 2026, including link-detection and link-capability fixes flowing through drm-misc-fixes. The hardware ships in current Huawei TaiShan-class servers, so even though deployment volume is modest, this is current, maintained code rather than a legacy artifact.

repository signals

8 files
1,275 source lines
17 commits, 5y
+1,350 / −75 lines added / removed, 5y
2 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 17 total · active in 4/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: 0 commits · +0 −0 2025-01: 3 commits · +902 −0 2025-02: 0 commits · +0 −0 2025-03: 9 commits · +383 −71 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: 1 commit · +12 −2 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 4 commits · +53 −2 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

  1. spinics.net

    April 16, 2026 drm-misc-fixes patch series updates hibmc DP detection/link-cap logic, showing active upstream maintenance of the DP path.

  2. spinics.net

    March 12, 2026 resend patch for hibmc DP detect logic touches dp_link.c and related code, indicating continued review/iteration rather than abandonment.

  3. spinics.net

    August 13, 2025 hibmc patch states the chip supports KVM over IP and must handle cases with no physical connector, evidencing real BMC/KVM deployment use.

  4. info.support.huawei.com

    Huawei TaiShan 200 server documentation updated in 2025 describes iBMC as the remote server-management subsystem with virtual KVM/media, supporting ongoing shipment/deployment of iBMC-equipped servers.

codex reasoning notes (technical)

Local tree inspection via exec_command showed this directory is compiled into `hibmc-drm` from `drivers/gpu/drm/hisilicon/hibmc/Makefile`, so it is real driver code, not a helper-only subtree. All cited URLs were obtained via web search_query snippets. The lore/spinics results show fresh 2025-2026 DP bug-fix traffic and no removal/deprecation series, so deprecation is not justified. Deployment appears niche but current: HiBMC/iBMC is tied to Huawei server remote-management/KVM use rather than mainstream client GPUs, so keep the driver but treat it as low-volume, vendor-specific hardware.