From d3b38213e57533ec88a85fcf7b62671c711285a0 Mon Sep 17 00:00:00 2001 From: Konrad Dybcio Date: Sun, 10 Oct 2021 20:16:12 +0200 Subject: [PATCH] freedreno: Enable A619 Enable A619 as found in various SKUs of the SM Lagoon SoC, such as SM6350 and SM7225. Signed-off-by: Konrad Dybcio Part-of: --- src/freedreno/common/freedreno_devices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedreno/common/freedreno_devices.py b/src/freedreno/common/freedreno_devices.py index ba32b6056d6..fe93ea52500 100644 --- a/src/freedreno/common/freedreno_devices.py +++ b/src/freedreno/common/freedreno_devices.py @@ -202,7 +202,7 @@ add_gpus([ # info parameters are keyed to the sub-generation. These templates reduce # the copypaste -# a615, a618, a630: +# a615, a616, a618, a619, a620 and a630: a6xx_gen1 = dict( fibers_per_sp = 128 * 16, reg_size_vec4 = 96, @@ -285,6 +285,7 @@ add_gpus([ GPUId(615), GPUId(616), GPUId(618), + GPUId(619), GPUId(620), ], A6xxGPUInfo( a6xx_gen1,