[Intel-gfx] [PATCH libdrm] intel: sync i915_pciids.h with kernel
ramadevi.gandi at intel.com
ramadevi.gandi at intel.com
Tue Jun 16 12:37:58 UTC 2020
From: Gandi Ramadevi <ramadevi.gandi at intel.com>
Add DG1 PCI ID
Signed-off-by: Gandi Ramadevi <ramadevi.gandi at intel.com>
---
intel/i915_pciids.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h
index 662d8351..724e68a0 100644
--- a/intel/i915_pciids.h
+++ b/intel/i915_pciids.h
@@ -605,4 +605,9 @@
INTEL_VGA_DEVICE(0x9AD9, info), \
INTEL_VGA_DEVICE(0x9AF8, info)
+/* DG1 */
+#define INTEL_DG1_IDS(info) \
+ INTEL_VGA_DEVICE(0x4905, info), \
+ INTEL_VGA_DEVICE(0x4906, info)
+
#endif /* _I915_PCIIDS_H */
--
2.25.1
More information about the Intel-gfx
mailing list