From: Rob Clark Date: Sat, 23 May 2020 18:52:29 +0000 (-0700) Subject: freedreno/gmemtool: add a405 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c6693f0e4326e915e40caf42f4919407bbadf32;p=mesa.git freedreno/gmemtool: add a405 Signed-off-by: Rob Clark Part-of: --- diff --git a/src/gallium/drivers/freedreno/gmemtool.c b/src/gallium/drivers/freedreno/gmemtool.c index 5120797bbd4..37fca9cb81f 100644 --- a/src/gallium/drivers/freedreno/gmemtool.c +++ b/src/gallium/drivers/freedreno/gmemtool.c @@ -89,6 +89,7 @@ struct gpu_info { /* keep sorted by gpu name: */ static const struct gpu_info gpu_infos[] = { { "a306", 307, 32, 32, 8, 4, SZ_128K }, + { "a405", 405, 32, 32, 8, 4, SZ_256K }, { "a530", 530, 64, 32, 16, 4, SZ_1M }, { "a618", 618, 32, 32, 32, 1, SZ_512K }, { "a630", 630, 32, 32, 32, 1, SZ_1M },