intel/compiler: Get rid of struct gen_disasm
[mesa.git] / src / intel / dev / gen_device_info.c
index 10231c60a409e6dee1267eb5a97af1fc056ae183..43403525b5195b8eaa5cbc38c1d6562223ec4205 100644 (file)
@@ -929,12 +929,23 @@ static const struct gen_device_info gen_device_info_ehl_4x6 = {
    .num_eu_per_subslice = 6,
 };
 
+static const struct gen_device_info gen_device_info_ehl_4x5 = {
+   GEN11_FEATURES(1, 1, subslices(4), 4),
+   GEN11_LP_FEATURES,
+   .num_eu_per_subslice = 5,
+};
+
 static const struct gen_device_info gen_device_info_ehl_4x4 = {
    GEN11_FEATURES(1, 1, subslices(4), 4),
    GEN11_LP_FEATURES,
    .num_eu_per_subslice = 4,
 };
 
+static const struct gen_device_info gen_device_info_ehl_2x8 = {
+   GEN11_FEATURES(1, 1, subslices(2), 4),
+   GEN11_LP_FEATURES,
+};
+
 static const struct gen_device_info gen_device_info_ehl_2x4 = {
    GEN11_FEATURES(1, 1, subslices(2), 4),
    GEN11_LP_FEATURES,