mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
Add Adreno 616 and 620 to use turnip on these GPU's .
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17441>
This commit is contained in:
parent
e9840e409f
commit
4bd128f748
1 changed files with 2 additions and 0 deletions
|
|
@ -285,7 +285,9 @@ a6xx_gen4 = dict(
|
|||
|
||||
add_gpus([
|
||||
GPUId(615),
|
||||
GPUId(616),
|
||||
GPUId(618),
|
||||
GPUId(620),
|
||||
], A6xxGPUInfo(
|
||||
a6xx_gen1,
|
||||
num_sp_cores = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue