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>
This commit is contained in:
Konrad Dybcio 2021-10-10 20:16:12 +02:00 committed by Marge Bot
parent f7e1eccf5e
commit d3b38213e5
1 changed files with 2 additions and 1 deletions

View File

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