aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShekhar Chauhan <[email protected]>2023-10-11 13:30:39 +0530
committerMatt Roper <[email protected]>2023-10-12 10:48:15 -0700
commitd0c908d2978e0ef3c1ac1357c1c58224a153f8d4 (patch)
tree495a0b0afaa86e1672778147796b9e7fbc6adfd7
parenta6028afef98a6e3f059a014452914eb01035d530 (diff)
drm/i915: Add new DG2 PCI IDs
Add recently added PCI IDs for DG2 BSpec: 44477 Signed-off-by: Shekhar Chauhan <[email protected]> Reviewed-by: Matt Roper <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/i915_pciids.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 1256770d3827..1c9ea6ab3eb9 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -718,7 +718,11 @@
INTEL_VGA_DEVICE(0x56A5, info), \
INTEL_VGA_DEVICE(0x56A6, info), \
INTEL_VGA_DEVICE(0x56B0, info), \
- INTEL_VGA_DEVICE(0x56B1, info)
+ INTEL_VGA_DEVICE(0x56B1, info), \
+ INTEL_VGA_DEVICE(0x56BA, info), \
+ INTEL_VGA_DEVICE(0x56BB, info), \
+ INTEL_VGA_DEVICE(0x56BC, info), \
+ INTEL_VGA_DEVICE(0x56BD, info)
#define INTEL_DG2_G12_IDS(info) \
INTEL_VGA_DEVICE(0x5696, info), \