aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nemesa Garg <nemesa.garg@intel.com> 2023-08-22 22:57:43 +0530
committerGravatar Matt Roper <matthew.d.roper@intel.com> 2023-08-23 08:07:39 -0700
commit8940da9fe5f278ac6ecb4cafa55c784f524cb3b2 (patch)
treea8b22900da940740e40dd40582f8e549eee0b2ca
parentdrm/i915/guc: Force a reset on internal GuC error (diff)
downloadlinux-8940da9fe5f278ac6ecb4cafa55c784f524cb3b2.tar.gz
linux-8940da9fe5f278ac6ecb4cafa55c784f524cb3b2.tar.bz2
linux-8940da9fe5f278ac6ecb4cafa55c784f524cb3b2.zip
drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL
Arrowlake-S graphics is similar enough to Meteorlake that we can treat them as the same platform Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230822172743.2113377-1-nemesa.garg@intel.com
-rw-r--r--include/drm/i915_pciids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 38dae757d1a8..1661f9e552d2 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -745,6 +745,7 @@
INTEL_VGA_DEVICE(0x7D45, info), \
INTEL_VGA_DEVICE(0x7D55, info), \
INTEL_VGA_DEVICE(0x7D60, info), \
+ INTEL_VGA_DEVICE(0x7D67, info), \
INTEL_VGA_DEVICE(0x7DD5, info)
#endif /* _I915_PCIIDS_H */