mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 14:28:22 +02:00
freedreno: Add support for A704
Add initial changes to enable basic functionality of A704. Signed-off-by: Lakshman Chandu Kondreddy <lkondred@qti.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41762>
This commit is contained in:
parent
d90cbf263f
commit
8055fefea1
1 changed files with 1 additions and 0 deletions
|
|
@ -693,6 +693,7 @@ add_gpus([
|
|||
GPUId(702), # KGSL
|
||||
GPUId(chip_id=0x00b207002000, name="FD702"), # QRB2210 RB1
|
||||
GPUId(chip_id=0xffff07002000, name="FD702"), # Default no-speedbin fallback
|
||||
GPUId(chip_id=0xffff07000400, name="Adreno (TM) 704"),
|
||||
], A6xxGPUInfo(
|
||||
CHIP.A6XX, # NOT a mistake!
|
||||
[a6xx_base, a6xx_gen1_low, GPUProps(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue