freedreno/common: Fix upstream a830 chip_id

Add missing fuse bits (which are all `1` if no fuse).

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40458>
This commit is contained in:
Rob Clark 2026-03-17 05:47:55 -07:00 committed by Marge Bot
parent 55ee6aa57c
commit 48be91d14b

View file

@ -1327,7 +1327,7 @@ a8xx_gen2 = GPUProps(
)
add_gpus([
GPUId(chip_id=0x44050000, name="Adreno (TM) 830"),
GPUId(chip_id=0xffff44050000, name="Adreno (TM) 830"),
GPUId(chip_id=0x44050001, name="Adreno (TM) 830"), # KGSL
], A6xxGPUInfo(
CHIP.A8XX,