intel/dev: Add INTEL_PLATFORM_DG2_G12

Cc: 22.1 <mesa-stable>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16449>
This commit is contained in:
Jordan Justen
2021-11-08 14:18:49 -08:00
parent c9c74efb02
commit 4456209ce5
2 changed files with 7 additions and 1 deletions

View File

@@ -1082,6 +1082,11 @@ UNUSED static const struct intel_device_info intel_device_info_dg2_g11 = {
.platform = INTEL_PLATFORM_DG2_G11,
};
UNUSED static const struct intel_device_info intel_device_info_dg2_g12 = {
DG2_FEATURES,
.platform = INTEL_PLATFORM_DG2_G12,
};
static void
reset_masks(struct intel_device_info *devinfo)
{

View File

@@ -72,7 +72,8 @@ enum intel_platform {
INTEL_PLATFORM_ADL,
INTEL_PLATFORM_RPL,
INTEL_PLATFORM_GROUP_START(DG2, INTEL_PLATFORM_DG2_G10),
INTEL_PLATFORM_GROUP_END(DG2, INTEL_PLATFORM_DG2_G11),
INTEL_PLATFORM_DG2_G11,
INTEL_PLATFORM_GROUP_END(DG2, INTEL_PLATFORM_DG2_G12),
};
#undef INTEL_PLATFORM_GROUP_START