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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user