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:
@@ -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)
|
||||
{
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user