Huawei Hi171x iBMC Server Management VGA Graphics
The simple VGA framebuffer built into Huawei's Hi1710 and Hi1711 iBMC chips, which are the embedded baseboard management controllers found on Huawei and Kunpeng servers. It provides the basic console display that administrators see over remote KVM or a crash-cart monitor when managing those servers, rather than any kind of accelerated graphics.
recommendation
It should stay because the underlying Hi1711 baseboard management chip is still shipping in current Huawei server platforms as of 2025, and upstream developers from Huawei and SUSE are actively posting fixes and memory-management modernization patches. Deployments are niche (server BMC consoles rather than desktops), but the code is clearly maintained and the hardware is not going away.
repository signals
sources
- lore.kernel.org
The driver is seeing active 2026 upstream bug-fix work, including a functional fix for display behavior when no connectors are connected.
- lore.kernel.org
The driver is also receiving nontrivial memory-management modernization work in 2026, indicating maintenance rather than abandonment.
- support.huawei.com
Huawei documents both 1710-based and 1711-based iBMC hardware, tying the supported device family to current Huawei server management silicon.
- e.huawei.com
Huawei markets iBMC as an embedded server-management system used to manage servers throughout their lifecycle, showing the hardware role remains part of shipping server platforms.
- support.huawei.com
A Huawei server guide updated on 2025-08-01 explicitly references systems using a Hi1711 management chip, supporting that this family was still current in 2025.
- linux-hardware.org
Public Linux probes identify PCI 19e5:1711 as Huawei Hi171x iBMC with VGA support and show detections across multiple Huawei server models, indicating ongoing but niche deployments.
codex reasoning notes (technical)
Local inspection via exec_command: Kconfig names this 'DRM Support for Hisilicon Hibmc' and hibmc_drm_drv.c binds PCI 19e5:1711, matching Huawei Hi171x iBMC/VGA hardware. lore_file_timeline on hibmc_drm_drv.c showed fresh 2026 patch traffic; the two lore.kernel.org URLs came from that MCP result and show active fixes/refactoring, with no evidence of removal discussion in the retrieved activity. The Huawei support/product URLs were obtained via web search/open and tie Hi1710/Hi1711 iBMC silicon to Huawei server products, including a 2025-dated Hi1711 guide. The linux-hardware URL was obtained via web search/open and indicates real-world detections on multiple Huawei server models. Overall this is niche server-management graphics hardware with low deployment breadth, but it is still present in current server families and upstream is actively maintaining it, so deprecation/removal is not justified.