intel/dev: Support xe2 device init (for intel_device_info_test)

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24419>
This commit is contained in:
Jordan Justen 2022-06-28 23:22:28 -07:00 committed by Marge Bot
parent b80bcd8327
commit 19d0b24927

View file

@ -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 */