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>
(cherry picked from commit d1db5d562a)
This commit is contained in:
Lionel Landwerlin 2021-04-03 13:22:50 +03:00 committed by Dylan Baker
parent 4b0b826ec9
commit 20fa378805
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
"description": "intel/dev: fix HSW GT3 number of subslices in slice1",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View file

@ -371,7 +371,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,