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

Commit 02be9d4

Browse files
ausyskinlucasdemarchi
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/[email protected]/T/ Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1758 Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Daniele Ceraolo Spurio <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent bfcec15 commit 02be9d4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

+2
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

+2
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)