summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pick_status.json2
-rw-r--r--src/intel/dev/gen_device_info.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 932b3a3a446..44af0a40d4b 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1669,7 +1669,7 @@
"description": "intel/device: bdw_gt1 actually has 6 eus per subslice",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": null
},
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index de16db7aa70..fc1cf4ce21d 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -431,7 +431,7 @@ static const struct gen_device_info gen_device_info_bdw_gt1 = {
.is_broadwell = true,
.num_slices = 1,
.num_subslices = { 2, },
- .num_eu_per_subslice = 8,
+ .num_eu_per_subslice = 6,
.l3_banks = 2,
.max_cs_threads = 42,
.urb = {