mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
Enhance GPU Detection logic
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user