mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 03:30:10 +01:00
intel/dev: fix HSW GT3 number of subslices in slice1
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: <mesa-stable@lists.freedesktop.org> Reviewed-by: Francisco Jerez <currojerez@riseup.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10015>
This commit is contained in:
parent
12294026d5
commit
d1db5d562a
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ static const struct intel_device_info intel_device_info_hsw_gt2 = {
|
|||
static const struct intel_device_info intel_device_info_hsw_gt3 = {
|
||||
HSW_FEATURES, .gt = 3,
|
||||
.num_slices = 2,
|
||||
.num_subslices = { 2, },
|
||||
.num_subslices = { 2, 2, },
|
||||
.num_eu_per_subslice = 10,
|
||||
.num_thread_per_eu = 7,
|
||||
.l3_banks = 8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue