freedreno/gmemtool: add a405

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5189>
This commit is contained in:
Rob Clark 2020-05-23 11:52:29 -07:00 committed by Marge Bot
parent b20663c5ba
commit 9c6693f0e4
1 changed files with 1 additions and 0 deletions

View File

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