Message ID | 20210913181909.35237-1-jose.souza@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/dg1: Add new PCI id | expand |
On Mon, Sep 13, 2021 at 11:19:09AM -0700, José Roberto de Souza wrote: > New DG1 PCI id. > > BSpec: 44463 > Cc: Caz Yokoyama <caz.yokoyama@intel.com> > Cc: Matt Roper <matthew.d.roper@intel.com> > Signed-off-by: José Roberto de Souza <jose.souza@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 cb45af9f2c44f..c00ac54692d70 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -632,7 +632,8 @@ > INTEL_VGA_DEVICE(0x4905, info), \ > INTEL_VGA_DEVICE(0x4906, info), \ > INTEL_VGA_DEVICE(0x4907, info), \ > - INTEL_VGA_DEVICE(0x4908, info) > + INTEL_VGA_DEVICE(0x4908, info), \ > + INTEL_VGA_DEVICE(0x4909, info) > > /* ADL-S */ > #define INTEL_ADLS_IDS(info) \ > -- > 2.33.0 >
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index cb45af9f2c44f..c00ac54692d70 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -632,7 +632,8 @@ INTEL_VGA_DEVICE(0x4905, info), \ INTEL_VGA_DEVICE(0x4906, info), \ INTEL_VGA_DEVICE(0x4907, info), \ - INTEL_VGA_DEVICE(0x4908, info) + INTEL_VGA_DEVICE(0x4908, info), \ + INTEL_VGA_DEVICE(0x4909, info) /* ADL-S */ #define INTEL_ADLS_IDS(info) \
New DG1 PCI id. BSpec: 44463 Cc: Caz Yokoyama <caz.yokoyama@intel.com> Cc: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> --- include/drm/i915_pciids.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)