CHIPSET(0x4500, ehl_4x8, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4541, ehl_2x4, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4551, ehl_4x4, "EHL", "Intel(R) UHD Graphics")
+CHIPSET(0x4555, ehl_2x8, "EHL", "Intel(R) UHD Graphics")
+CHIPSET(0x4557, ehl_4x5, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4571, ehl_4x8, "EHL", "Intel(R) UHD Graphics")
CHIPSET(0x4E51, ehl_4x4, "JSL", "Intel(R) UHD Graphics")
+CHIPSET(0x4E55, ehl_2x8, "JSL", "Intel(R) UHD Graphics")
+CHIPSET(0x4E57, ehl_4x5, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E61, ehl_4x6, "JSL", "Intel(R) UHD Graphics")
CHIPSET(0x4E71, ehl_4x8, "JSL", "Intel(R) UHD Graphics")
#endif
.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,