Remove PCI ID information for AMD GPUs

This commit is contained in:
Hoang Hong Quan
2024-09-12 10:58:55 +07:00
parent 5a238ae803
commit e214554135
2 changed files with 1 additions and 23 deletions

View File

@@ -64,7 +64,7 @@ class CompatibilityChecker:
if not is_supported_discrete_gpu:
self.max_supported_macos_version = self.min_supported_macos_version = (-1, -1, -1)
elif "AMD" in gpu_manufacturer:
is_supported_gpu = gpu_props.get("Device ID") in pci_data.AMDGPUIDs
is_supported_gpu = gpu_codename in ("Picasso", "Raven Ridge", "Barcelo", "Renoir", "Cezanne", "Lucienne")
if is_supported_gpu:
self.max_supported_macos_version = os_data.get_latest_darwin_version()
self.min_supported_macos_version = max((19, 0, 0), self.min_supported_macos_version)

View File

@@ -1,25 +1,3 @@
AMDGPUIDs = [
# NootedRed and NootRX
'1002-73DF',
'1002-73AB',
'1002-73A5',
'1002-73BF',
'1002-1636',
'1002-15DD',
'1002-1638',
'1002-73AF',
'1002-73E1',
'1002-73EF',
'1002-73FF',
'1002-73E3',
'1002-15E7',
'1002-73A2',
'1002-73A3',
'1002-164C',
'1002-73E0',
'1002-15D8'
]
BluetoothIDs = [
# BrcmPatchRAM Plugins
"0489-E032",