Qualcomm Snapdragon MIPI DSI display controllers
The MIPI DSI host controller block found inside Qualcomm's MSM, SDM, and SM-series Snapdragon mobile SoCs, responsible for driving the embedded display panels in phones, tablets, and similar devices. It covers a wide span of chips from older MSM parts up through current flagships like the SM8550 and SM8650 powering 2024-2025 Android handsets.
recommendation
It should stay because this is the active display-panel interface code for current Qualcomm Snapdragon SoCs, with new feature work (such as RGB101010 pixel format support) and stable bug-fix backports landing as recently as early 2026. Modern chips like the SM8550 and SM8650 rely on it, and Qualcomm is still shipping new Snapdragon 8 Elite platforms into flagship 2025 phones such as the Galaxy S25, so removing it would break a huge swath of current Android hardware.
repository signals
sources
- lore.kernel.org
Upstream work on this driver was still adding new functionality in March 2026 ('drm/msm/dsi: Add support for RGB101010 pixel format').
- lore.kernel.org
The driver was receiving bug-fix backports in stable in March 2026 ('drm/msm/dsi: fix pclk rate calculation for bonded dsi').
- git.kernel.org
The in-tree configuration table includes modern Qualcomm SoCs such as SM8550 and SM8650, showing the driver targets current Snapdragon display hardware families rather than only legacy chips.
- qualcomm.com
Qualcomm was launching new flagship Snapdragon mobile platforms in late 2024, supporting the conclusion that Qualcomm mobile display hardware covered by this driver family was still entering new products for 2025.
- qualcomm.com
Qualcomm announced Snapdragon 8 Elite for Galaxy powering the Galaxy S25 series on January 22, 2025, evidence of new 2025 deployments of current Snapdragon-based devices.
codex reasoning notes (technical)
Keep. lore_file_timeline on dsi_host.c showed heavy recent activity through 2026-03-25, including new feature work and stable backports; that is incompatible with deprecation/removal. kernel.org URL is canonical recall, used to confirm the driver still names recent SM8550/SM8650-era configs. Qualcomm URLs were obtained via web search on qualcomm.com and show new Snapdragon flagship devices/platforms shipping in 2024-2025, so the hardware class is still sold new. No natural replacement exists: this is the active Qualcomm DRM DSI path within msm DRM, not a superseded parallel driver.