intel/dev: Add BMG device info

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29457>
This commit is contained in:
Jordan Justen
2022-10-04 00:21:41 -07:00
committed by Marge Bot
parent 25e7b74712
commit 1964346481

View File

@@ -75,6 +75,7 @@ static const struct {
{ "mtl", 0x7d60 },
{ "arl", 0x7d67 },
{ "lnl", 0x64a0 },
{ "bmg", 0xe202 },
};
/**
@@ -1224,6 +1225,13 @@ static const struct intel_device_info intel_device_info_arl_h = {
.cooperative_matrix_configurations = { { 0 }, }, \
.has_flat_ccs = true
UNUSED static const struct intel_device_info intel_device_info_bmg = {
XE2_FEATURES,
.platform = INTEL_PLATFORM_BMG,
.has_local_mem = true,
.apply_hwconfig = true,
};
static const struct intel_device_info intel_device_info_lnl = {
XE2_FEATURES,
.platform = INTEL_PLATFORM_LNL,