mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 15:10:12 +01:00
intel/dev: set default num_eu_per_subslice on gen12
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 8125d7960b ("intel/dev: Add preliminary device info for Tigerlake")
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
4226952199
commit
e02c181bfd
1 changed files with 2 additions and 1 deletions
|
|
@ -1043,7 +1043,8 @@ static const struct gen_device_info gen_device_info_ehl_2x4 = {
|
|||
.gt = _gt, .num_slices = _slices, .l3_banks = _l3, \
|
||||
.simulator_id = 22, \
|
||||
.urb.size = (_gt) == 1 ? 512 : 1024, \
|
||||
.num_subslices = _dual_subslices
|
||||
.num_subslices = _dual_subslices, \
|
||||
.num_eu_per_subslice = 16
|
||||
|
||||
#define dual_subslices(args...) { args, }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue