Module: Mesa Branch: main Commit: 19d0b2492764d703d59790faf4ea475d9d4b762a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19d0b2492764d703d59790faf4ea475d9d4b762a
Author: Jordan Justen <[email protected]> Date: Tue Jun 28 23:22:28 2022 -0700 intel/dev: Support xe2 device init (for intel_device_info_test) Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24419> --- src/intel/dev/intel_device_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c index 0a429a563f3..665f1954d13 100644 --- a/src/intel/dev/intel_device_info.c +++ b/src/intel/dev/intel_device_info.c @@ -1345,6 +1345,7 @@ intel_device_info_init_common(int pci_id, break; case 11: case 12: + case 20: devinfo->max_wm_threads = 128 /* threads-per-PSD */ * devinfo->num_slices * 8; /* subslices per slice */
