summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@somainline.org>2021-10-10 20:16:12 +0200
committerMarge Bot <emma+marge@anholt.net>2022-07-21 00:16:32 +0000
commitd3b38213e57533ec88a85fcf7b62671c711285a0 (patch)
tree6ec191c91e461c2ec0068e078d671bb3fb6c5227
parentf7e1eccf5e3323ca64730e05379f4d090578b804 (diff)
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 <konrad.dybcio@somainline.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17495>
-rw-r--r--src/freedreno/common/freedreno_devices.py3
1 files changed, 2 insertions, 1 deletions
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,