diff options
author | Gustavo Sousa <gustavo.sousa@intel.com> | 2024-02-14 17:46:30 +0300 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-02-15 00:01:27 +0300 |
commit | 425b463859eda4f4c071e517267acdd1c0d731bd (patch) | |
tree | ac09bf333267f4a3aa8697cd270cc7968b3d14f4 /include/drm | |
parent | d9b904d2efdf2abb9e0f7162544da562101872cb (diff) | |
download | linux-425b463859eda4f4c071e517267acdd1c0d731bd.tar.xz |
drm/i915: Update ADL-N PCI IDs
Extend the list of ADL-N PCI IDs to contain two new entries.
Bspec: 68397
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240214144629.106702-2-gustavo.sousa@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/i915_pciids.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 07779a11758e..28a96aa1e08f 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -672,7 +672,9 @@ #define INTEL_ADLN_IDS(info) \ INTEL_VGA_DEVICE(0x46D0, info), \ INTEL_VGA_DEVICE(0x46D1, info), \ - INTEL_VGA_DEVICE(0x46D2, info) + INTEL_VGA_DEVICE(0x46D2, info), \ + INTEL_VGA_DEVICE(0x46D3, info), \ + INTEL_VGA_DEVICE(0x46D4, info) /* RPL-S */ #define INTEL_RPLS_IDS(info) \ |