mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02: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>
(cherry picked from commit d1db5d562a)
This commit is contained in:
parent
4b0b826ec9
commit
20fa378805
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue