mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-01-06 00:09:36 +00: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
@ -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 = {
|
static const struct intel_device_info intel_device_info_hsw_gt3 = {
|
||||||
HSW_FEATURES, .gt = 3,
|
HSW_FEATURES, .gt = 3,
|
||||||
.num_slices = 2,
|
.num_slices = 2,
|
||||||
.num_subslices = { 2, },
|
.num_subslices = { 2, 2, },
|
||||||
.num_eu_per_subslice = 10,
|
.num_eu_per_subslice = 10,
|
||||||
.num_thread_per_eu = 7,
|
.num_thread_per_eu = 7,
|
||||||
.l3_banks = 8,
|
.l3_banks = 8,
|
||||||
|
Loading…
Reference in New Issue
Block a user