mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
freedreno: Update chip-ids
Counterpoint to https://patchwork.freedesktop.org/series/98772/ Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14506>
This commit is contained in:
parent
785a324deb
commit
4dc406c748
1 changed files with 4 additions and 1 deletions
|
|
@ -327,7 +327,10 @@ add_gpus([
|
|||
))
|
||||
|
||||
add_gpus([
|
||||
GPUId(chip_id=0xffff06030500, name="Adreno 7c Gen 3"),
|
||||
GPUId(chip_id=0x00be06030500, name="Adreno 8c Gen 3"),
|
||||
GPUId(chip_id=0x007506030500, name="Adreno 7c+ Gen 3"),
|
||||
# fallback wildcard entry should be last:
|
||||
GPUId(chip_id=0xffff06030500, name="Adreno 7c+ Gen 3"),
|
||||
], A6xxGPUInfo(
|
||||
a6xx_gen4,
|
||||
num_sp_cores = 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue