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
This commit is contained in:
parent
5e4e06e408
commit
5032c607e8
1 changed files with 2 additions and 1 deletions
|
@ -738,7 +738,8 @@
|
||||||
INTEL_DG2_G12_IDS(info)
|
INTEL_DG2_G12_IDS(info)
|
||||||
|
|
||||||
#define INTEL_ATS_M150_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) \
|
#define INTEL_ATS_M75_IDS(info) \
|
||||||
INTEL_VGA_DEVICE(0x56C1, info)
|
INTEL_VGA_DEVICE(0x56C1, info)
|
||||||
|
|
Loading…
Add table
Reference in a new issue