intel/dev: switch defect identifiers to use lineage numbers

Update existing workarounds when necessary to match changed
identifiers.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23226>
This commit is contained in:
Mark Janes
2023-05-24 13:52:15 -07:00
committed by Marge Bot
parent b94d35f74d
commit d0669f3ede
9 changed files with 1245 additions and 1160 deletions
+1 -1
View File
@@ -1373,7 +1373,7 @@ intel_device_info_init_common(int pci_id,
static void
intel_device_info_apply_workarounds(struct intel_device_info *devinfo)
{
if (intel_needs_workaround(devinfo, 22012575642))
if (intel_needs_workaround(devinfo, 18012660806))
devinfo->urb.max_entries[MESA_SHADER_GEOMETRY] = 1536;
/* Fixes issues with:
+1203 -1118
View File
File diff suppressed because it is too large Load Diff