Skip to content

Commit 5032c60

Browse files
hkalvalaLucas De Marchi
authored andcommitted
drm/i915: ATS-M device ID update
ATS-M device ID update. BSpec: 44477 Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231120113731.1570589-1-haridhar.kalvala@intel.com
1 parent 5e4e06e commit 5032c60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/drm/i915_pciids.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,8 @@
738738
INTEL_DG2_G12_IDS(info)
739739

740740
#define INTEL_ATS_M150_IDS(info) \
741-
INTEL_VGA_DEVICE(0x56C0, info)
741+
INTEL_VGA_DEVICE(0x56C0, info), \
742+
INTEL_VGA_DEVICE(0x56C2, info)
742743

743744
#define INTEL_ATS_M75_IDS(info) \
744745
INTEL_VGA_DEVICE(0x56C1, info)

0 commit comments

Comments
 (0)