The Qualcomm® Adreno™ GPU powers the graphics subsystem and offers the following capabilities:
- Serves as a three-dimensional (3D) graphics accelerator with 64‑bit addressing.
- Incorporates the graphics memory (GMEM) as a dedicated memory for the graphics subsystem and facilitates Fast Z, color, and stencil rendering.
- Supports Qualcomm® Universal Bandwidth Compression, enhancing the overall performance.
The Adreno GPU supports the following graphics and compute APIs:
Note
See Hardware SoCs supported on Qualcomm® Linux®.
Graphics subsystem architecture
The graphics architecture consists of Qualcomm and open-source components, as shown in the following figure.

Figure: Graphics subsystem architecture
In the preceding figure, the Adreno GPU driver renders graphics using the following process and open-source components:
- Wayland client application initiates rendering through EGL/OpenGL ES.
- Wayland protocol sets the registry and callbacks for rendering.
- Graphics buffer management gets the Wayland backbuffer for rendering.
- Adreno GPU driver submits the rendering commands to Kernel Graphics Support Layer (KGSL) using swapbuffer, glflush, or glfinish with OpenGL.
- Weston compositor sends the rendered surfaces for composition to Adreno GPU driver.
- Acquires a GBM surface for composing the rendered frame.
- Adreno GPU driver submits the rendered frame.
- Weston compositor sends the final composed buffer to display through DRM.
- DRM submits the buffer at the back-end to the display kernel driver to show on the screen.
Adreno GPU driver
The Qualcomm Adreno GPU driver is a collection of user-mode precompiled libraries. The Adreno GPU driver can’t be modified and must be used as-is.
Adreno GPU firmware
The following table lists the firmware files of the Adreno GPU hardware.
| | | | Table: GPU firmware files |
|---|
| Description | Qualcomm Dragonwing ™ IQ-615 firmware | QCS5430/QCS6490 firmware | Qualcomm Dragonwing ™ IQ-8275 firmware | Qualcomm Dragonwing ™ IQ-9075 firmware |
| Microcode for command processor | a630_sqe.fw | a660_sqe.fw | a650_sqe.fw | a660_sqe.fw |
| Microcode for secure content support | a612_zap | a660_zap | a623_zap | a663_zap |
| Microcode for graphics management unit (GMU) | a612_rgmu.bin | a660_gmu.bin | a623_gmu.bin | a663_gmu.bin |
Kernel Graphics Support Layer (KGSL)
KGSL serves as the kernel-mode driver for the Adreno GPU. The primary function of the KGSL driver is to submit commands generated by the Adreno user-mode driver to the Adreno GPU for processing. Additionally, the KGSL driver communicates with the GMU to ensure proper state management.
The following tables list the supported GPU libraries and KGSL driver information.
Note
The GPU libraries table is applicable only to overlay or qcom‑multimedia‑proprietary‑image.
Table: GPU libraries
| Library | Description |
|---|
| libCB.so.1 | Driver for GPU computing |
| libEGL_adreno.so.1 | EGL 1.x driver |
| libeglSubDriverWayland.so.1 | EGL driver for Wayland subsystem |
| libeglSubDriverX11.so.1 | EGL driver for X11 subsystem |
| libadreno_utils.so.1 | Utility library for Adreno GPU driver |
| libgsl.so.1 | GSL library |
| libq3dtools_adreno.so.1 | Adreno profiler support layer |
| libGLESv1_CM_adreno.so.1 | OpenGL ES 1.x driver |
| libGLESv2_adreno.so.2 | OpenGL ES 2.x/3.x driver |
| libq3dtools_esx.so.1 | OpenGL ES profiler support layer |
| libOpenCL.so.1 | OpenCL library |
| libOpenCL_adreno.so.1 | OpenCL library for Adreno GPU |
| libllvm-qcom.so.1 | OpenCL compiler library |
| libvulkan_adreno.so.1 | Vulkan 1.x driver |
| libllvm-glnext.so.1 | OpenGL ES and Vulkan program binary loader |
| libllvm-qgl.so.1 | OpenGL ES and Vulkan core compiler library |
Table: KGSL driver
| Linux kernel | 6.6 |
|---|
| Source code path | <https://github.com/qualcomm-linux/kgsl/> Note KGSL works with upstream device tree. |
Next steps