Skip to content

Commit

Permalink
drm/i915: Add new EHL/JSL PCI ids
Browse files Browse the repository at this point in the history
Adding the recently added EHL/JSL PCI ids.

BSpec: 29153
Cc: James Ausmus <james.ausmus@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191203211308.109703-1-jose.souza@intel.com
  • Loading branch information
José Roberto de Souza committed Dec 6, 2019
1 parent cbab8d8 commit 651cc83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions include/drm/i915_pciids.h
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,15 @@
INTEL_VGA_DEVICE(0x8A51, info), \
INTEL_VGA_DEVICE(0x8A5D, info)

/* EHL */
/* EHL/JSL */
#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)
INTEL_VGA_DEVICE(0x4541, info), \
INTEL_VGA_DEVICE(0x4E71, info), \
INTEL_VGA_DEVICE(0x4E61, info), \
INTEL_VGA_DEVICE(0x4E51, info)

/* TGL */
#define INTEL_TGL_12_IDS(info) \
Expand Down

0 comments on commit 651cc83

Please sign in to comment.