Enhance GPU Detection logic

This commit is contained in:
Mykola Grymalyuk
2021-04-11 13:00:04 -06:00
parent 70b5399126
commit d830e72b62
4 changed files with 152 additions and 43 deletions

View File

@@ -1033,3 +1033,87 @@ AddBrightness = [
"AppleBacklight.kext",
"AppleBacklightExpert.kext",
]
# List supported IDs
TeraScale1pciid = [
"0x9400",
"0x9401",
"0x9402",
"0x9403",
"0x9581",
"0x9583",
"0x9588",
"0x94c8",
"0x94c9",
"0x9500",
"0x9501",
"0x9505",
"0x9507",
"0x9504",
"0x9506",
"0x9598",
"0x9488",
"0x9599",
"0x9591",
"0x9593",
"0x9440",
"0x9442",
"0x944A",
"0x945A",
"0x9490",
"0x949E",
"0x9480",
"0x9540",
"0x9541",
"0x954E",
"0x954F",
"0x9552",
"0x9553",
"0x94a0",
]
TeraScale2pciid = [
"0x6738",
"0x6739",
"0x6720",
"0x6722",
"0x6768",
"0x6770",
"0x6779",
"0x6760",
"0x6761",
"0x68E0",
"0x6898",
"0x6899",
"0x68B8",
"0x68B0",
"0x68B1",
"0x68A0",
"0x68A1",
"0x6840",
"0x6841",
"0x68D8",
"0x68C0",
"0x68C1",
"0x68D9",
"0x6750",
"0x6758",
"0x6759",
"0x6740",
"0x6741",
"0x6745",
]
IronLakepciid = [
"0x0044",
"0x0046",
]
SandyBridgepiciid = [
"0x0106",
"0x0601",
"0x0116",
"0x0102",
"0x0126",
]