mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02: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> (cherry picked from commite02c181bfd)
This commit is contained in:
parent
1beee9dd9f
commit
084926926c
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