sys_patch_dict: Remove old GVA work-around

This commit is contained in:
Mykola Grymalyuk
2022-10-11 09:53:49 -06:00
parent 94971fbb76
commit ec23bc9d53
2 changed files with 0 additions and 26 deletions

View File

@@ -494,7 +494,6 @@ class detect_root_patch:
if gpu.arch == device_probe.Intel.Archs.Haswell:
if "Catalina GVA" in required_patches:
del(required_patches["Catalina GVA"])
required_patches.update({"GVA Work-Around": all_hardware_patchset["Graphics"]["GVA Work-Around"]})
break
if hardware_details["Graphics: AMD TeraScale 1"] is True:
required_patches.update({"Non-Metal Common": all_hardware_patchset["Graphics"]["Non-Metal Common"]})