panfrost: Advertize Mali-G725 support
We need GPU_FEATURES to determine if this is another variant but this will do for now. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34032>
This commit is contained in:
@@ -32,6 +32,8 @@ The following hardware is currently supported:
|
||||
+--------------------+---------------+-----------+--------+--------+
|
||||
| G720 | 5th Gen (v12) | 3.1 | 3.1 | 1.1 |
|
||||
+--------------------+---------------+-----------+--------+--------+
|
||||
| G725 | 5th Gen (v13) | 3.1 | 3.1 | 1.1 |
|
||||
+--------------------+---------------+-----------+--------+--------+
|
||||
|
||||
Other Midgard and Bifrost chips (e.g. G71) are not yet supported.
|
||||
|
||||
|
@@ -78,6 +78,8 @@ const struct panfrost_model panfrost_model_list[] = {
|
||||
MODEL(0xac74, 4, "G310", "TVAx", HAS_ANISO, 32768, 16384, {}),
|
||||
|
||||
MODEL(0xc870, 4, "G720", "TTIx", HAS_ANISO, 65536, 32768, {}),
|
||||
|
||||
MODEL(0xd830, 4, "G725", "TKRx", HAS_ANISO, 65536, 65536, {}),
|
||||
};
|
||||
/* clang-format on */
|
||||
|
||||
|
Reference in New Issue
Block a user