UPSTREAM: add pciids to support wildcatlake
Bug: b:444260542 Test: Builds, CQ Change-Id: I544c58d57529696c313601aafce2d75f133b874c Signed-off-by: George D Sworo <george.d.sworo@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/6932115 Reviewed-by: Ryan Neph <ryanneph@google.com> Reviewed-by: Miguel Quintero <miguelquintero@google.com> Commit-Queue: Miguel Quintero <miguelquintero@google.com> Tested-by: Ryan Neph <ryanneph@google.com>
This commit is contained in:
parent
6f6b9e3c6f
commit
4f3c903d81
1 changed files with 2 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue