mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
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:
parent
b80bcd8327
commit
19d0b24927
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue