From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 76C0889258 for ; Wed, 12 Aug 2020 09:15:42 +0000 (UTC) Date: Wed, 12 Aug 2020 11:11:49 +0200 From: Adam Miszczak Message-ID: <20200812091149.GA5072@amiszcza-desk-dev> References: <20200812080501.30369-1-adam.miszczak@linux.intel.com> <20200812082457.GO7444@platvala-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200812082457.GO7444@platvala-desk.ger.corp.intel.com> Subject: Re: [igt-dev] [PATCH i-g-t] lib/i915: Add DG1 platform definition List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Petri Latvala Cc: igt-dev@lists.freedesktop.org, Chris Wilson List-ID: 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 > > Cc: Chris Wilson > > Cc: Ashutosh Dixit > > Cc: Petri Latvala > > --- > > 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 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev