[igt-dev] [PATCH i-g-t] lib/i915: Add DG1 platform definition
Adam Miszczak
adam.miszczak at linux.intel.com
Wed Aug 12 09:11:49 UTC 2020
On Wed, Aug 12, 2020 at 11:24:57AM +0300, Petri Latvala wrote:
> On Wed, Aug 12, 2020 at 10:05:01AM +0200, Adam Miszczak wrote:
> > Introduce DG1 PCI IDs and related definitions.
> >
> > Signed-off-by: Adam Miszczak <adam.miszczak at linux.intel.com>
> > Cc: Chris Wilson <chris at chris-wilson.co.uk>
> > Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
> > Cc: Petri Latvala <petri.latvala at intel.com>
> > ---
> > lib/i915_pciids.h | 4 ++++
> > lib/intel_chipset.h | 2 ++
> > lib/intel_device_info.c | 8 ++++++++
> > 3 files changed, 14 insertions(+)
> >
> > diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> > index d6cb2899..96e408b4 100644
> > --- a/lib/i915_pciids.h
> > +++ b/lib/i915_pciids.h
> > @@ -618,4 +618,8 @@
> > INTEL_VGA_DEVICE(0x4C90, info), \
> > INTEL_VGA_DEVICE(0x4C9A, info)
> >
> > +/* DG1 */
> > +#define INTEL_DG1_IDS(info) \
> > + INTEL_VGA_DEVICE(0x4905, info)
> > +
> > #endif /* _I915_PCIIDS_H */
>
> This file should be a direct copy from the kernel, with the IGT commit
> message stating what kernel commit it's copied from and where that
> commit is.
>
> (Note to self: We need some better documentation on this process...)
>
Resent series with i915_pciids.h copied directly from kernel.
Thanks,
Adam
>
> --
> Petri Latvala
More information about the igt-dev
mailing list