panfrost: Add GPU IDs for G31/G52

Dvalin/Gondul respectively.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5272>
This commit is contained in:
Alyssa Rosenzweig
2020-05-29 19:24:05 -04:00
parent 229084f5de
commit be8cbe0b41
+2
View File
@@ -107,6 +107,8 @@ panfrost_model_name(unsigned gpu_id)
case 0x750: return "Mali T760 (Panfrost)";
case 0x860: return "Mali T860 (Panfrost)";
case 0x880: return "Mali T880 (Panfrost)";
case 0x7093: return "Mali G31 (Panfrost)";
case 0x7212: return "Mali G52 (Panfrost)";
default:
unreachable("Invalid GPU ID");
}