mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
freedreno: Add support for Adreno623 GPU
Add support to enable basic functionality of Adreno623 GPU. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33525>
This commit is contained in:
parent
40aac0681b
commit
2cfe070b3b
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ add_gpus([
|
|||
|
||||
add_gpus([
|
||||
GPUId(chip_id=0xffff06020100, name="FD621"),
|
||||
GPUId(chip_id=0xffff06020300, name="Adreno623"),
|
||||
], A6xxGPUInfo(
|
||||
CHIP.A6XX,
|
||||
[a6xx_base, a6xx_gen3, A6XXProps(lrz_track_quirk = False)],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue