Skip to content

Commit 1bc76eb

Browse files
committed
Add support for Intel Iris Xe Graphics (46AA, 46A6, 46A8)
Signed-off-by: Tony James <[email protected]>
1 parent 64ca9cf commit 1bc76eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ramalama/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ def check_intel() -> Literal["intel"] | None:
403403
intel_gpus = (
404404
b"0xe20b",
405405
b"0xe20c",
406+
b"0x46aa",
407+
b"0x46a6",
408+
b"0x46a8",
406409
b"0x56a0",
407410
b"0x56a1",
408411
b"0x7d51",

0 commit comments

Comments
 (0)