panfrost: Advertize G310 support

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Antonino Maniscalco <antonino.maniscalco@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26358>
This commit is contained in:
Boris Brezillon 2024-01-18 12:18:28 +01:00 committed by Marge Bot
parent d17d076cc6
commit d778df1a60
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Mali G51 Bifrost (v7) 3.1 3.1
Mali G52 Bifrost (v7) 3.1 3.1
Mali G76 Bifrost (v7) 3.1 3.1
Mali G57 Valhall (v9) 3.1 3.1
Mali G310 Valhall (v10) 3.1 3.1
Mali G610 Valhall (v10) 3.1 3.1
========= ============= ============ =======

View file

@ -68,6 +68,11 @@ const struct panfrost_model panfrost_model_list[] = {
MODEL(0x9093, 0, "G57", "TNAx", HAS_ANISO, 16384, {}),
MODEL(0xa867, 0, "G610", "TVIx", HAS_ANISO, 32768, {}),
MODEL(0xac74, 0, "G310", "TVAx", HAS_ANISO, 16384, {}),
MODEL(0xac74, 1, "G310", "TVAx", HAS_ANISO, 16384, {}),
MODEL(0xac74, 2, "G310", "TVAx", HAS_ANISO, 16384, {}),
MODEL(0xac74, 3, "G310", "TVAx", HAS_ANISO, 32768, {}),
MODEL(0xac74, 4, "G310", "TVAx", HAS_ANISO, 32768, {}),
};
/* clang-format on */