defaults: Disable AMFI on Polaris lacking AVX2.0

This commit is contained in:
Mykola Grymalyuk
2022-09-27 18:38:56 -06:00
parent 1aff7854e0
commit f1af0e1a87
2 changed files with 7 additions and 2 deletions

View File

@@ -2608,7 +2608,8 @@ smbios_dictionary = {
"Ethernet Chipset": "Intel 82574L",
"Socketed GPUs": "PCIe",
"Stock GPUs": [
device_probe.NVIDIA.Archs.Tesla
device_probe.NVIDIA.Archs.Tesla,
device_probe.AMD.Archs.Polaris,
],
"Stock Storage": [
"SATA 3.5",
@@ -2625,7 +2626,8 @@ smbios_dictionary = {
"Ethernet Chipset": "Intel 82574L",
"Socketed GPUs": "PCIe",
"Stock GPUs": [
device_probe.AMD.Archs.TeraScale_2
device_probe.AMD.Archs.TeraScale_2,
device_probe.AMD.Archs.Polaris,
],
"Stock Storage": [
"SATA 3.5",