aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaridhar Kalvala <[email protected]>2023-11-20 17:07:31 +0530
committerLucas De Marchi <[email protected]>2023-11-21 10:10:36 -0800
commit5032c607e886e0c40749a05d37b835c1757d38ff (patch)
tree47f7f994ffd5520ac1d279dc2bda77569e9e3b73
parent5e4e06e4087eb91b0e5405ed42e792415d055e45 (diff)
drm/i915: ATS-M device ID update
ATS-M device ID update. BSpec: 44477 Signed-off-by: Haridhar Kalvala <[email protected]> Reviewed-by: Matt Roper <[email protected]> Signed-off-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--include/drm/i915_pciids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 1c9ea6ab3eb9..fcf1849aa47c 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -738,7 +738,8 @@
INTEL_DG2_G12_IDS(info)
#define INTEL_ATS_M150_IDS(info) \
- INTEL_VGA_DEVICE(0x56C0, info)
+ INTEL_VGA_DEVICE(0x56C0, info), \
+ INTEL_VGA_DEVICE(0x56C2, info)
#define INTEL_ATS_M75_IDS(info) \
INTEL_VGA_DEVICE(0x56C1, info)