From b8c27c45f86d34739202da6feae0f7eab9384633 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 5 Sep 2022 10:24:24 -0600 Subject: [PATCH] sys_patch_dict: Remove 3802 patch set on Broadwell Unused on Broadwell GPUs --- resources/sys_patch_detect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/sys_patch_detect.py b/resources/sys_patch_detect.py index 0b0c6467a..5a0b3f4df 100644 --- a/resources/sys_patch_detect.py +++ b/resources/sys_patch_detect.py @@ -418,7 +418,6 @@ class detect_root_patch: required_patches.update({"Intel Haswell": all_hardware_patchset["Graphics"]["Intel Haswell"]}) if hardware_details["Graphics: Intel Broadwell"] is True: required_patches.update({"Metal Common": all_hardware_patchset["Graphics"]["Metal Common"]}) - required_patches.update({"Metal 3802 Common": all_hardware_patchset["Graphics"]["Metal 3802 Common"]}) required_patches.update({"Monterey GVA": all_hardware_patchset["Graphics"]["Monterey GVA"]}) required_patches.update({"Intel Broadwell": all_hardware_patchset["Graphics"]["Intel Broadwell"]}) if hardware_details["Graphics: Intel Skylake"] is True: