summaryrefslogtreecommitdiffstats
path: root/include/drm/i915_pciids.h
diff options
context:
space:
mode:
authorJames Ausmus2019-03-22 18:58:42 +0100
committerRodrigo Vivi2019-03-22 20:51:08 +0100
commit29f3863d33d1e2ad6c87fe64a61538041bd965bd (patch)
tree125deebbcb4545647ce8fb80b4449f2a55afe55f /include/drm/i915_pciids.h
parentdrm/i915: Clean up EDID downclock mode lookup (diff)
downloadkernel-qcow2-linux-29f3863d33d1e2ad6c87fe64a61538041bd965bd.tar.gz
kernel-qcow2-linux-29f3863d33d1e2ad6c87fe64a61538041bd965bd.tar.xz
kernel-qcow2-linux-29f3863d33d1e2ad6c87fe64a61538041bd965bd.zip
drm/i915/ehl: Add EHL platform info and PCI IDs
Add known EHL PCI IDs. v2 (Rodrigo): Removed x86 early quirk. To be sent in a separated patch cc'ing the appropriated list and maintainers for proper ack. v3: (Rodrigo): - Removed .num_pipes = 3 that is coming since GEN&_FEATURES. - Added ppgtt type and size after rework from Bob and Chris v4: (Rodrigo): - remove ppgtt type added on v3. Jose pointed it is not needed. Cc: Bob Paauwe <bob.j.paauwe@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: James Ausmus <james.ausmus@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190322175847.25707-1-rodrigo.vivi@intel.com
Diffstat (limited to 'include/drm/i915_pciids.h')
-rw-r--r--include/drm/i915_pciids.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 291b5e3fa59c..c7cdbfc4d033 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -498,4 +498,11 @@
INTEL_VGA_DEVICE(0x8A70, info), \
INTEL_VGA_DEVICE(0x8A53, info)
+/* EHL */
+#define INTEL_EHL_IDS(info) \
+ INTEL_VGA_DEVICE(0x4500, info), \
+ INTEL_VGA_DEVICE(0x4571, info), \
+ INTEL_VGA_DEVICE(0x4551, info), \
+ INTEL_VGA_DEVICE(0x4541, info)
+
#endif /* _I915_PCIIDS_H */