Skip to content

Commit

Permalink
Add more Tiger Lake iGPU models
Browse files Browse the repository at this point in the history
  • Loading branch information
lshbluesky committed Dec 21, 2023
1 parent 749930f commit 0119aa8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion WhateverGreen/kern_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,12 @@ static BuiltinModel devIntel[] {
{ 0x8A5A, 0x0000, "Intel Iris Plus Graphics" },
{ 0x8A5C, 0x0000, "Intel Iris Plus Graphics" },
// Reserved/unused/generic Ice Lake },
{ 0x9A49, 0x0000, "Intel Iris Xe Graphics" },
{ 0x9A49, 0x8A52, "Intel Iris Xe Graphics" },
{ 0x9A40, 0x8A52, "Intel Iris Xe Graphics" },
{ 0x9A60, 0x8A5A, "Intel Iris Xe Graphics" },
{ 0x9A68, 0x8A5A, "Intel Iris Xe Graphics" },
{ 0x9A70, 0x8A5A, "Intel Iris Xe Graphics" },
{ 0x9A78, 0x8A5A, "Intel Iris Xe Graphics" },
// Reserved/unused/generic Tiger Lake },
};

Expand Down

0 comments on commit 0119aa8

Please sign in to comment.