Message ID | 20190118055943.10252-1-rodrigo.vivi@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/i915/icl: Adding few more device IDs for Ice Lake | expand |
Rodrigo Vivi <rodrigo.vivi@intel.com> writes: > We just got aware that there was more IDs available > at spec, so let's add them already. > > Cc: James Ausmus <james.ausmus@intel.com> > Cc: José Roberto de Souza <jose.souza@intel.com> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> > --- > include/drm/i915_pciids.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index 192667144693..df72be7e8b88 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -457,9 +457,13 @@ > INTEL_VGA_DEVICE(0x8A51, info), \ > INTEL_VGA_DEVICE(0x8A5C, info), \ > INTEL_VGA_DEVICE(0x8A5D, info), \ > + INTEL_VGA_DEVICE(0x8A59, info), \ > + INTEL_VGA_DEVICE(0x8A58, info), \ > INTEL_VGA_DEVICE(0x8A52, info), \ > INTEL_VGA_DEVICE(0x8A5A, info), \ > INTEL_VGA_DEVICE(0x8A5B, info), \ > + INTEL_VGA_DEVICE(0x8A57, info), \ > + INTEL_VGA_DEVICE(0x8A56, info), \ > INTEL_VGA_DEVICE(0x8A71, info), \ > INTEL_VGA_DEVICE(0x8A70, info) > > -- > 2.20.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Thu, 2019-01-17 at 21:59 -0800, Rodrigo Vivi wrote: > We just got aware that there was more IDs available > at spec, so let's add them already. Reviewed-by: José Roberto de Souza <jose.souza@intel.com> > > Cc: James Ausmus <james.ausmus@intel.com> > Cc: José Roberto de Souza <jose.souza@intel.com> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > --- > include/drm/i915_pciids.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index 192667144693..df72be7e8b88 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -457,9 +457,13 @@ > INTEL_VGA_DEVICE(0x8A51, info), \ > INTEL_VGA_DEVICE(0x8A5C, info), \ > INTEL_VGA_DEVICE(0x8A5D, info), \ > + INTEL_VGA_DEVICE(0x8A59, info), \ > + INTEL_VGA_DEVICE(0x8A58, info), \ > INTEL_VGA_DEVICE(0x8A52, info), \ > INTEL_VGA_DEVICE(0x8A5A, info), \ > INTEL_VGA_DEVICE(0x8A5B, info), \ > + INTEL_VGA_DEVICE(0x8A57, info), \ > + INTEL_VGA_DEVICE(0x8A56, info), \ > INTEL_VGA_DEVICE(0x8A71, info), \ > INTEL_VGA_DEVICE(0x8A70, info) >
"Souza, Jose" <jose.souza@intel.com> writes: > On Thu, 2019-01-17 at 21:59 -0800, Rodrigo Vivi wrote: >> We just got aware that there was more IDs available >> at spec, so let's add them already. > > Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Pushed. Thank you for patch and review. -Mika > >> >> Cc: James Ausmus <james.ausmus@intel.com> >> Cc: José Roberto de Souza <jose.souza@intel.com> >> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> >> --- >> include/drm/i915_pciids.h | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h >> index 192667144693..df72be7e8b88 100644 >> --- a/include/drm/i915_pciids.h >> +++ b/include/drm/i915_pciids.h >> @@ -457,9 +457,13 @@ >> INTEL_VGA_DEVICE(0x8A51, info), \ >> INTEL_VGA_DEVICE(0x8A5C, info), \ >> INTEL_VGA_DEVICE(0x8A5D, info), \ >> + INTEL_VGA_DEVICE(0x8A59, info), \ >> + INTEL_VGA_DEVICE(0x8A58, info), \ >> INTEL_VGA_DEVICE(0x8A52, info), \ >> INTEL_VGA_DEVICE(0x8A5A, info), \ >> INTEL_VGA_DEVICE(0x8A5B, info), \ >> + INTEL_VGA_DEVICE(0x8A57, info), \ >> + INTEL_VGA_DEVICE(0x8A56, info), \ >> INTEL_VGA_DEVICE(0x8A71, info), \ >> INTEL_VGA_DEVICE(0x8A70, info) >> > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 192667144693..df72be7e8b88 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -457,9 +457,13 @@ INTEL_VGA_DEVICE(0x8A51, info), \ INTEL_VGA_DEVICE(0x8A5C, info), \ INTEL_VGA_DEVICE(0x8A5D, info), \ + INTEL_VGA_DEVICE(0x8A59, info), \ + INTEL_VGA_DEVICE(0x8A58, info), \ INTEL_VGA_DEVICE(0x8A52, info), \ INTEL_VGA_DEVICE(0x8A5A, info), \ INTEL_VGA_DEVICE(0x8A5B, info), \ + INTEL_VGA_DEVICE(0x8A57, info), \ + INTEL_VGA_DEVICE(0x8A56, info), \ INTEL_VGA_DEVICE(0x8A71, info), \ INTEL_VGA_DEVICE(0x8A70, info)
We just got aware that there was more IDs available at spec, so let's add them already. Cc: James Ausmus <james.ausmus@intel.com> Cc: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> --- include/drm/i915_pciids.h | 4 ++++ 1 file changed, 4 insertions(+)