Skip to content

Commit

Permalink
drm/i915: Add new PCI IDs to DG2 platform in driver
Browse files Browse the repository at this point in the history
New PCI IDs are added in Bspec for DG2 platform, add them in driver

Bspec: 44477
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326103241.3832494-1-ravi.kumar.vodapalli@intel.com
  • Loading branch information
Ravi Kumar Vodapalli authored and Matt Roper committed Mar 27, 2024
1 parent e580fc4 commit 2bcf0f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/drm/i915_pciids.h
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,9 @@
INTEL_VGA_DEVICE(0x5692, info), \
INTEL_VGA_DEVICE(0x56A0, info), \
INTEL_VGA_DEVICE(0x56A1, info), \
INTEL_VGA_DEVICE(0x56A2, info)
INTEL_VGA_DEVICE(0x56A2, info), \
INTEL_VGA_DEVICE(0x56BE, info), \
INTEL_VGA_DEVICE(0x56BF, info)

#define INTEL_DG2_G11_IDS(info) \
INTEL_VGA_DEVICE(0x5693, info), \
Expand Down

0 comments on commit 2bcf0f9

Please sign in to comment.