Qualcomm Snapdragon Adreno GPU and display (DRM/MSM)
The graphics and display stack for Qualcomm's Snapdragon system-on-chips, driving the Adreno GPU and on-chip display and HDMI/DSI output blocks. It powers most Android phones and tablets, Chromebooks, and a growing number of Windows-on-ARM and Linux laptops, from early-2010s Snapdragons through the current Snapdragon 8 Elite Gen 5.
recommendation
It should stay in the kernel because it is the upstream graphics and display driver for Qualcomm's Adreno GPUs found across virtually all modern Snapdragon-powered phones, tablets, Chromebooks, and laptops. Active feature work from Qualcomm engineers continued into 2026 (including new performance-counter interfaces), and Qualcomm is still launching new Snapdragon 8 Elite Gen 5 devices such as the Samsung Galaxy S26, so the hardware base is growing rather than shrinking. There is no alternative upstream driver covering the same role.
repository signals
sources
- lore.kernel.org
lore_activity on drivers/gpu/drm/msm/msm_drv.c shows active April 2026 upstream feature development in drm/msm, including a new PERFCNTR_CONFIG ioctl.
- lore.kernel.org
The recent 'Remove obsolete perf infrastructure' patch is scoped to obsolete internal perf code within drm/msm, not a proposal to deprecate or remove the driver.
- qualcomm.com
Qualcomm's October 21, 2024 announcement says Snapdragon 8 Elite includes an Adreno GPU and that many OEMs were launching devices with it, indicating broad new-device deployment.
- qualcomm.com
Qualcomm's February 25, 2026 announcement says Snapdragon 8 Elite Gen 5 for Galaxy, with Adreno GPU, powers Samsung Galaxy S26 devices, confirming the hardware family remains current and sold new after 2025.
- cateee.net
LKDDb identifies CONFIG_DRM_MSM as the MSM DRM driver for MSM/Snapdragon and shows it present through current kernel series up to 7.0-rc+HEAD.
codex reasoning notes (technical)
lore_activity tool on msm_drv.c produced the cited lore URLs and showed very recent substantive work by multiple Qualcomm/DRM contributors; the only 'remove' evidence found there was removal of obsolete sub-infrastructure, not driver retirement. web search returned the Qualcomm press-release URLs; web open inspected the 2024 Snapdragon 8 Elite page and LKDDb page, while the 2026 Qualcomm result already exposed the relevant launch details in search output. Together this indicates an actively maintained upstream driver for still-shipping Snapdragon/Adreno hardware with high current deployment volume. No separate upstream replacement driver covers the same Qualcomm DRM/KMS role.