VOOZH about

URL: https://www.phoronix.com/news/Qualcomm-DSP-Accel-Driver

⇱ Qualcomm Posts Patches For New DSP Accelerator Linux Driver - Phoronix


👁 Phoronix

Qualcomm Posts Patches For New DSP Accelerator Linux Driver

Written by Michael Larabel in Hardware on 23 February 2026 at 03:00 PM EST. 3 Comments
The newest driver proposed for the Linux kernel's accelerator "accel" subsystem is named QDA and is a Qualcomm DSP Accelerator driver.

A request for comments (RFC) patch series was posted today for this Qualcomm DSP Accelerator driver for Hexagon DPs and provides a standardized interface for offloading computational tasks to DSPs found on Qualcomm SoCs and covering all DSP domains of ADSP, CDSP, SDSP, and GDSP.

👁 FastRPC diagram


This Qualcomm QDA driver aims to be an alternative to Qualcomm's FastRPC driver living within the kernel's drivers/misc/ area. This new accelerator driver jives with the accel subsystem, provides better resource management, and other features similar to other accelerator drivers.
* Standard DRM accelerator interface via /dev/accel/accelN
* GEM-based buffer management with DMA-BUF import/export support
* IOMMU-based memory isolation using per-process context banks
* FastRPC protocol implementation for DSP communication
* RPMsg transport layer for reliable message passing
* Support for all DSP domains (ADSP, CDSP, SDSP, GDSP)
* Comprehensive IOCTL interface for DSP operations

The QDA driver in current form with today's patch series comes in at 4,665 lines of C code.

There is an open-source user-space driver to interface with QDA via Qualcomm's FastRPC accel/staging GitHub branch.

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.