intel/ehl: Add new PCI-IDs
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user