mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
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>
(cherry picked from commit 4456209ce5)
This commit is contained in:
parent
96eb5bbbb7
commit
24626dca6b
3 changed files with 8 additions and 2 deletions
|
|
@ -913,7 +913,7 @@
|
||||||
"description": "intel/dev: Add INTEL_PLATFORM_DG2_G12",
|
"description": "intel/dev: Add INTEL_PLATFORM_DG2_G12",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 0,
|
"nomination_type": 0,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null
|
"because_sha": null
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1082,6 +1082,11 @@ UNUSED static const struct intel_device_info intel_device_info_dg2_g11 = {
|
||||||
.platform = INTEL_PLATFORM_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
|
static void
|
||||||
reset_masks(struct intel_device_info *devinfo)
|
reset_masks(struct intel_device_info *devinfo)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,8 @@ enum intel_platform {
|
||||||
INTEL_PLATFORM_ADL,
|
INTEL_PLATFORM_ADL,
|
||||||
INTEL_PLATFORM_RPL,
|
INTEL_PLATFORM_RPL,
|
||||||
INTEL_PLATFORM_GROUP_START(DG2, INTEL_PLATFORM_DG2_G10),
|
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
|
#undef INTEL_PLATFORM_GROUP_START
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue