mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 18:20:10 +01:00
freedreno/devices: Add A740v3 from Quest 3
Two known differences with a740 are: - RB_DBG_ECO_CNTL being 1 on A740v3 - Concurrent binning is not used We don't have concurrent binning implemented and it's unknown how important is RB_DBG_ECO_CNTL diff. So for now A740v3 is aliased to ordinary A740. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28380>
This commit is contained in:
parent
8b8c739ccd
commit
0b5097081a
1 changed files with 2 additions and 0 deletions
|
|
@ -916,6 +916,8 @@ add_gpus([
|
|||
GPUId(740), # Deprecated, used for dev kernels.
|
||||
GPUId(chip_id=0x43050a01, name="FD740"), # KGSL, no speedbin data
|
||||
GPUId(chip_id=0xffff43050a01, name="FD740"), # Default no-speedbin fallback
|
||||
GPUId(chip_id=0x43050B00, name="FD740"), # Quest 3
|
||||
GPUId(chip_id=0xffff43050B00, name="FD740"),
|
||||
], A6xxGPUInfo(
|
||||
CHIP.A7XX,
|
||||
[a7xx_base, a7xx_740],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue