From cc2acb18f2a8c0f5f5fcf0f28f365dfe3a73f8d9 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Tue, 17 Dec 2024 19:26:20 -0800 Subject: [PATCH] Add Intel Panther Lake device ID According to include/pci_ids/iris_pci_ids.h in Mesa, device IDs of Panther Lake are prefixed with 0xB0. Bug: None Change-Id: Ib5984cea183631c66cb14b05a72fa3f03682dd90 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219574 Reviewed-by: Kai Ninomiya Commit-Queue: Kai Ninomiya --- src/dawn/gpu_info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dawn/gpu_info.json b/src/dawn/gpu_info.json index cf7102525e9..83aacd628ee 100644 --- a/src/dawn/gpu_info.json +++ b/src/dawn/gpu_info.json @@ -193,7 +193,8 @@ "Gen 12 LP": ["0x4600", "0x4C00", "0x4900", "0x9A00", "0xA700", "0x7D00"], "Gen 12 HP": ["0x4F00", "0x5600"], "Gen 13 LP": ["0x6400"], - "Gen 13 HP": ["0xE200"] + "Gen 13 HP": ["0xE200"], + "Gen 14 LP": ["0xB000"] } }] },