mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
freedreno: Enable A305B
Enable the Adreno 305B that is found on the MSM8226(v2) SoC (Snadragon 400). Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26434>
This commit is contained in:
parent
80a319c0b4
commit
2e46dd0624
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue