From 4f3c903d815e1262965f2884d6dc03d5b95a3d01 Mon Sep 17 00:00:00 2001 From: George D Sworo Date: Tue, 9 Sep 2025 15:00:29 -0700 Subject: [PATCH] UPSTREAM: add pciids to support wildcatlake Bug: b:444260542 Test: Builds, CQ Change-Id: I544c58d57529696c313601aafce2d75f133b874c Signed-off-by: George D Sworo Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/6932115 Reviewed-by: Ryan Neph Reviewed-by: Miguel Quintero Commit-Queue: Miguel Quintero Tested-by: Ryan Neph --- intel_defines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intel_defines.h b/intel_defines.h index 39b260f..be7bcff 100644 --- a/intel_defines.h +++ b/intel_defines.h @@ -77,4 +77,5 @@ const uint16_t lnl_ids[] = { 0x64B0, }; -const uint16_t ptl_ids[] = { 0xB080, 0xB081, 0xB082, 0xB083, 0xB08F, 0xB090, 0xB0A0, 0xB0B0 }; +const uint16_t ptl_ids[] = { 0xB080, 0xB081, 0xB082, 0xB083, 0xB08F, + 0xB090, 0xB0A0, 0xB0B0, 0xFD80, 0xFD81 };