ASPEED AST server BMC graphics
The simple 2D VGA and DisplayPort output built into ASPEED's AST server management controllers (AST2500, AST2600, AST2700, AST2750), which provide the basic console graphics seen on the local VGA port and the remote KVM video of essentially every modern x86 and Arm server. The hardware is still being shipped in new servers in 2025.
recommendation
It should stay in the kernel because ASPEED still ships these graphics blocks as part of the AST2600, AST2700, and AST2750 BMC chips that go into new servers in 2025, and the upstream driver is being actively developed, with cursor-buffer work and review activity on AST2600 hardware as recently as late 2025 and early 2026. There is no replacement driver and no deprecation discussion in sight.
repository signals
sources
- aspeedtech.com
ASPEED still markets AST2600/AST2700/AST2750 BMC parts with integrated PCIe 2D VGA in 2025-era product lineup, indicating ongoing new hardware sales.
- aspeedtech.com
AST2600 product page lists a PCIe 2D video graphics adapter and DisplayPort 1.1a, matching the AST DRM driver's hardware scope.
- spinics.net
A November 26, 2025 AST patch series adds imported cursor-buffer support and says it was tested on AST2600 hardware, showing active upstream development on real hardware.
- mail-archive.com
A March 2026 AST review thread shows continued upstream cleanup and review activity in the driver, not removal work.
- cateee.net
LKDDb shows CONFIG_DRM_AST remains present through 7.0-rc+HEAD for ASPEED PCI display devices 1a03:2000/2010.
codex reasoning notes (technical)
Local shell inspection (`rg`) showed a real PCI DRM driver with ASPEED-specific code paths including AST2600 and DisplayPort handling; local `git -c safe.directory=... log` showed recent substantive AST commits through 2026-03-30. Web search was then used to obtain the cited ASPEED product pages, LKDDb entry, and recent dri-devel archive threads. Lore MCP/`lei` were unavailable here, so archive pages found via web search were used as the closest public-mail evidence; those searches surfaced maintenance patch series and no removal/deprecation discussion. Because AST graphics remains part of currently sold ASPEED BMC/server chips and the same upstream driver is actively maintained for those chips, there is no natural replacement driver and removal/deprecation is not indicated.