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:
parent
55ee6aa57c
commit
48be91d14b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue