aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm
diff options
context:
space:
mode:
authorTejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>2022-03-22 09:36:16 +0530
committerMatt Roper <matthew.d.roper@intel.com>2022-03-29 07:48:34 -0700
commit756b807f6a3e01d238c346925006cdfd6a59e341 (patch)
tree1b1a544e5ff2ad30a67caacd3cc3812f0e115921 /include/drm
parentdrm/i915: Change SDVO fixed mode handling (diff)
downloadwireguard-linux-756b807f6a3e01d238c346925006cdfd6a59e341.tar.xz
wireguard-linux-756b807f6a3e01d238c346925006cdfd6a59e341.zip
drm/i915: Add RPL-S PCI IDs
Add couple of RPL-S device ids Bspec : 53655 Cc: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220322040616.1078009-1-tejaskumarx.surendrakumar.upadhyay@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_pciids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 533890dc9da1..0800dc8b98b3 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 */