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

View file

@ -257,6 +257,10 @@ CHIPSET(0x56c0, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170")
CHIPSET(0x56c1, atsm_g11, "ATS-M", "Intel(R) Data Center GPU Flex 140")
CHIPSET(0x56c2, atsm_g10, "ATS-M", "Intel(R) Data Center GPU Flex 170V")
CHIPSET(0x6420, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE)
CHIPSET(0x64a0, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE)
CHIPSET(0x64b0, lnl, "LNL", "Intel(R) Graphics", FORCE_PROBE)
CHIPSET(0x7d40, mtl_u, "MTL", "Intel(R) Graphics")
CHIPSET(0x7d45, mtl_u, "MTL", "Intel(R) Graphics")
CHIPSET(0x7d55, mtl_h, "MTL", "Intel(R) Arc(tm) Graphics")

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,