From: Tejas Upadhyay Date: Tue, 22 Mar 2022 04:06:16 +0000 (+0530) Subject: drm/i915: Add RPL-S PCI IDs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=756b807f6a3e01d238c346925006cdfd6a59e341;p=linux.git drm/i915: Add RPL-S PCI IDs Add couple of RPL-S device ids Bspec : 53655 Cc: Matt Roper Signed-off-by: Tejas Upadhyay Reviewed-by: Anshuman Gupta Signed-off-by: Matt Roper Link: https://patchwork.freedesktop.org/patch/msgid/20220322040616.1078009-1-tejaskumarx.surendrakumar.upadhyay@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 533890dc9da1d..0800dc8b98b39 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -679,6 +679,8 @@ INTEL_VGA_DEVICE(0xA782, info), \ INTEL_VGA_DEVICE(0xA783, info), \ INTEL_VGA_DEVICE(0xA788, info), \ - INTEL_VGA_DEVICE(0xA789, info) + INTEL_VGA_DEVICE(0xA789, info), \ + INTEL_VGA_DEVICE(0xA78A, info), \ + INTEL_VGA_DEVICE(0xA78B, info) #endif /* _I915_PCIIDS_H */