Message ID | 20230208200905.680865-1-matthew.d.roper@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/dg2: Drop one PCI ID | expand |
On Wed, Feb 08, 2023 at 12:09:05PM -0800, Matt Roper wrote: > The bspec was recently updated to remove PCI ID 0x5698; this ID is > actually reserved for future use and should not be treated as DG2-G11. > > Bspec: 44477 > Fixes: 8618b8489ba6 ("drm/i915: DG2 and ATS-M device ID updates") > Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> > --- > include/drm/i915_pciids.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index 92205054e542..9c325c6b8df9 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -707,7 +707,6 @@ > INTEL_VGA_DEVICE(0x5693, info), \ > INTEL_VGA_DEVICE(0x5694, info), \ > INTEL_VGA_DEVICE(0x5695, info), \ > - INTEL_VGA_DEVICE(0x5698, info), \ > INTEL_VGA_DEVICE(0x56A5, info), \ > INTEL_VGA_DEVICE(0x56A6, info), \ > INTEL_VGA_DEVICE(0x56B0, info), \ > -- > 2.39.1 >
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 92205054e542..9c325c6b8df9 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -707,7 +707,6 @@ INTEL_VGA_DEVICE(0x5693, info), \ INTEL_VGA_DEVICE(0x5694, info), \ INTEL_VGA_DEVICE(0x5695, info), \ - INTEL_VGA_DEVICE(0x5698, info), \ INTEL_VGA_DEVICE(0x56A5, info), \ INTEL_VGA_DEVICE(0x56A6, info), \ INTEL_VGA_DEVICE(0x56B0, info), \
The bspec was recently updated to remove PCI ID 0x5698; this ID is actually reserved for future use and should not be treated as DG2-G11. Bspec: 44477 Fixes: 8618b8489ba6 ("drm/i915: DG2 and ATS-M device ID updates") Signed-off-by: Matt Roper <matthew.d.roper@intel.com> --- include/drm/i915_pciids.h | 1 - 1 file changed, 1 deletion(-)