pci_ids/intel: Add LNL PCI IDs (with FORCE_PROBE set)

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29273>
This commit is contained in:
Jordan Justen
2022-06-28 11:54:41 -07:00
committed by Marge Bot
parent 845ca72a14
commit 2217cff68a
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -74,6 +74,7 @@ static const struct {
{ "dg2", 0x5690 },
{ "mtl", 0x7d60 },
{ "arl", 0x7d67 },
{ "lnl", 0x64a0 },
};
/**
@@ -1223,7 +1224,7 @@ 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_lnl = {
static const struct intel_device_info intel_device_info_lnl = {
XE2_FEATURES,
.platform = INTEL_PLATFORM_LNL,
.has_local_mem = false,