Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 02be9d4

Browse files
ausyskinLucas De Marchi
authored andcommitted
mei: me: add lunar lake point M DID
Add Lunar (Point) Lake M device id. xe-for-ci note: this patch is being reviewed for merge via the char-misc tree [1]. We need this for LNL GSC proxy, so we're pulling it early to the xe-for-ci tree to unblock our LNL execution. [1] https://lore.kernel.org/all/20240421135631.223362-1-tomas.winkler@intel.com/T/ Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1758 Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240501231829.2122219-2-daniele.ceraolospurio@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent bfcec15 commit 02be9d4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/misc/mei/hw-me-regs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
#define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */
116116
#define MEI_DEV_ID_ARL_H 0x7770 /* Arrow Lake Point H */
117117

118+
#define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */
119+
118120
/*
119121
* MEI HW Section
120122
*/

drivers/misc/mei/pci-me.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ static const struct pci_device_id mei_me_pci_tbl[] = {
122122
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)},
123123
{MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)},
124124

125+
{MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)},
126+
125127
/* required last entry */
126128
{0, }
127129
};

0 commit comments

Comments
 (0)