From: Gustavo Sousa Date: Wed, 14 Feb 2024 14:46:30 +0000 (-0300) Subject: drm/i915: Update ADL-N PCI IDs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=425b463859eda4f4c071e517267acdd1c0d731bd;p=linux.git 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 Reviewed-by: Dnyaneshwar Bhadane Signed-off-by: Matt Roper Link: https://patchwork.freedesktop.org/patch/msgid/20240214144629.106702-2-gustavo.sousa@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 07779a11758e3..28a96aa1e08fb 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) \