summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2021-02-02 12:50:04 +0200
committerJani Nikula <jani.nikula@intel.com>2021-02-02 12:50:04 +0200
commit29e92559013360c43886e7fb229ed12fd96f46ef (patch)
tree360c69b98d070ee1c0633fa9e373d92c8b6d47c1 /include
parent6ee8d381257891c7fd2d620e9d2db1be9f0f7bf5 (diff)
parent4043277ad18fc7cb9a79d0d043063fb5f42a6f06 (diff)
downloadlinux-stable-29e92559013360c43886e7fb229ed12fd96f46ef.tar.gz
linux-stable-29e92559013360c43886e7fb229ed12fd96f46ef.tar.bz2
linux-stable-29e92559013360c43886e7fb229ed12fd96f46ef.zip
Merge tag 'topic/adl-s-enabling-2021-02-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next
Driver Changes: - Add basic support for Alder Lake S, to be shared between drm-intel-next and drm-intel-gt-next Signed-off-by: Jani Nikula <jani.nikula@intel.com> # Conflicts: # drivers/gpu/drm/i915/i915_drv.h From: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210202025620.2212559-1-lucas.demarchi@intel.com
Diffstat (limited to 'include')
-rw-r--r--include/drm/i915_pciids.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 931e46191047..ebd0dd1c35b3 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -634,4 +634,15 @@
INTEL_VGA_DEVICE(0x4907, info), \
INTEL_VGA_DEVICE(0x4908, info)
+/* ADL-S */
+#define INTEL_ADLS_IDS(info) \
+ INTEL_VGA_DEVICE(0x4680, info), \
+ INTEL_VGA_DEVICE(0x4681, info), \
+ INTEL_VGA_DEVICE(0x4682, info), \
+ INTEL_VGA_DEVICE(0x4683, info), \
+ INTEL_VGA_DEVICE(0x4690, info), \
+ INTEL_VGA_DEVICE(0x4691, info), \
+ INTEL_VGA_DEVICE(0x4692, info), \
+ INTEL_VGA_DEVICE(0x4693, info)
+
#endif /* _I915_PCIIDS_H */