From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id DA724889A5 for ; Wed, 12 Aug 2020 09:40:41 +0000 (UTC) Date: Wed, 12 Aug 2020 12:40:39 +0300 From: Petri Latvala Message-ID: <20200812094039.GP7444@platvala-desk.ger.corp.intel.com> References: <20200812090548.4973-1-adam.miszczak@linux.intel.com> <20200812090548.4973-2-adam.miszczak@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200812090548.4973-2-adam.miszczak@linux.intel.com> Subject: Re: [igt-dev] [PATCH i-g-t 1/2] lib: sync i915_pciids.h with kernel 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: Adam Miszczak Cc: igt-dev@lists.freedesktop.org List-ID: On Wed, Aug 12, 2020 at 11:05:47AM +0200, Adam Miszczak wrote: > Add DG1 and clean-up VLV PCI IDs. > > Align with kernel commits: > fb8920f04f5d ("drm/i915: Remove dubious Valleyview PCI IDs") > fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs") > > Signed-off-by: Adam Miszczak > Cc: Petri Latvala Matches the kernel. Acked-by: Petri Latvala > --- > lib/i915_pciids.h | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h > index d6cb2899..8e7ae30e 100644 > --- a/lib/i915_pciids.h > +++ b/lib/i915_pciids.h > @@ -258,9 +258,7 @@ > INTEL_VGA_DEVICE(0x0f30, info), \ > INTEL_VGA_DEVICE(0x0f31, info), \ > INTEL_VGA_DEVICE(0x0f32, info), \ > - INTEL_VGA_DEVICE(0x0f33, info), \ > - INTEL_VGA_DEVICE(0x0157, info), \ > - INTEL_VGA_DEVICE(0x0155, info) > + INTEL_VGA_DEVICE(0x0f33, info) > > #define INTEL_BDW_ULT_GT1_IDS(info) \ > INTEL_VGA_DEVICE(0x1606, info), /* GT1 ULT */ \ > @@ -618,4 +616,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 */ > -- > 2.27.0 > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev