Message ID | 20231120113731.1570589-1-haridhar.kalvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915: ATS-M device ID update | expand |
On Mon, Nov 20, 2023 at 05:07:31PM +0530, Haridhar Kalvala wrote: > 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> > --- > include/drm/i915_pciids.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > 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) > -- > 2.25.1 >
On Mon, Nov 20, 2023 at 05:07:31PM +0530, Haridhar Kalvala wrote: >ATS-M device ID update. > >BSpec: 44477 > >Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com> >--- Applied to drm-intel-gt-next. Thanks. Lucas De Marchi > include/drm/i915_pciids.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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) >-- >2.25.1 >
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)
ATS-M device ID update. BSpec: 44477 Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com> --- include/drm/i915_pciids.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)