Skip to content

Commit

Permalink
Add Intel Panther Lake device ID
Browse files Browse the repository at this point in the history
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 <[email protected]>
Commit-Queue: Kai Ninomiya <[email protected]>
  • Loading branch information
gyagp authored and Dawn LUCI CQ committed Dec 18, 2024
1 parent d73d332 commit cc2acb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dawn/gpu_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}]
},
Expand Down

0 comments on commit cc2acb1

Please sign in to comment.