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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user