From 4bd128f748cf630dd9b48c95d61568059d9ed60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lhan=20Atahan?= Date: Sat, 9 Jul 2022 13:08:00 +0000 Subject: [PATCH] Add Adreno 616 and 620 to use turnip on these GPU's . Part-of: --- src/freedreno/common/freedreno_devices.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index 111789c4836..99a982d2530 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -285,7 +285,9 @@ a6xx_gen4 = dict( add_gpus([ GPUId(615), + GPUId(616), GPUId(618), + GPUId(620), ], A6xxGPUInfo( a6xx_gen1, num_sp_cores = 1,