Module: Mesa Branch: main Commit: 2e46dd062470b07d1c297275ab5a7a2040e1ab80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e46dd062470b07d1c297275ab5a7a2040e1ab80
Author: Luca Weiss <[email protected]> Date: Thu Nov 30 21:36:56 2023 +0100 freedreno: Enable A305B Enable the Adreno 305B that is found on the MSM8226(v2) SoC (Snadragon 400). Signed-off-by: Luca Weiss <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26434> --- src/freedreno/common/freedreno_devices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 8661e90196a..6fe9caae83a 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -202,6 +202,7 @@ add_gpus([ GPUId(307), GPUId(320), GPUId(330), + GPUId(chip_id=0x03000512, name="FD305B"), ], GPUInfo( CHIP.A3XX, gmem_align_w = 32, gmem_align_h = 32,
