diff --git a/.pick_status.json b/.pick_status.json index 091b6165126..4e124ddb4dc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -400,7 +400,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 7a22476916b..ef444016e37 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -434,7 +434,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 = {