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