projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785778c
)
drm/i915: add LNL PCI IDs
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 22 May 2024 17:33:43 +0000
(20:33 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Fri, 31 May 2024 07:11:18 +0000
(10:11 +0300)
Although not supported by i915 core, the display code needs to know the
LNL PCI IDs.
Long term, xe and i915 should probably share the file defining PCI IDs.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/d2baf7f89ed4df63674dac3d59982de69a7b14d4.1716399081.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
include/drm/i915_pciids.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/i915_pciids.h
b/include/drm/i915_pciids.h
index 3e39d644ebaa152f62fd6cd68ee95d74fa596f4e..7ae7ee11ef38107494709811d9d9a7e0dbf5481f 100644
(file)
--- a/
include/drm/i915_pciids.h
+++ b/
include/drm/i915_pciids.h
@@
-783,4
+783,10
@@
MACRO__(0x7DD1, ## __VA_ARGS__), \
MACRO__(0x7DD5, ## __VA_ARGS__)
+/* LNL */
+#define INTEL_LNL_IDS(MACRO__, ...) \
+ MACRO__(0x6420, ## __VA_ARGS__), \
+ MACRO__(0x64A0, ## __VA_ARGS__), \
+ MACRO__(0x64B0, ## __VA_ARGS__)
+
#endif /* _I915_PCIIDS_H */