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:
Danylo Piliaiev 2024-03-25 19:31:34 +01:00 committed by Marge Bot
parent 8b8c739ccd
commit 0b5097081a

View file

@ -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],