From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by gabe.freedesktop.org (Postfix) with ESMTPS id C34BD6E212 for ; Tue, 23 Jun 2020 11:30:08 +0000 (UTC) Received: by mail-wr1-x441.google.com with SMTP id g18so11084796wrm.2 for ; Tue, 23 Jun 2020 04:30:08 -0700 (PDT) Date: Tue, 23 Jun 2020 13:30:04 +0200 From: Daniel Vetter Message-ID: <20200623113004.GM20149@phenom.ffwll.local> References: <20200616123758.3331-1-ramadevi.gandi@intel.com> <87wo3znmlv.fsf@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87wo3znmlv.fsf@intel.com> Subject: Re: [igt-dev] [Intel-gfx] [PATCH libdrm] intel: 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: Jani Nikula Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, ramadevi.gandi@intel.com, kalyan.kondapally@intel.com List-ID: On Mon, Jun 22, 2020 at 06:31:24PM +0300, Jani Nikula wrote: > On Tue, 16 Jun 2020, ramadevi.gandi@intel.com wrote: > > From: Gandi Ramadevi > > > > Add DG1 PCI ID > > There are no DG1 PCI IDs in kernel. So please don't add them here > either. Also, do we have anything left using libdrm-intel? -Daniel > > BR, > Jani. > > > > > > Signed-off-by: Gandi Ramadevi > > --- > > intel/i915_pciids.h | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h > > index 662d8351..724e68a0 100644 > > --- a/intel/i915_pciids.h > > +++ b/intel/i915_pciids.h > > @@ -605,4 +605,9 @@ > > INTEL_VGA_DEVICE(0x9AD9, info), \ > > INTEL_VGA_DEVICE(0x9AF8, info) > > > > +/* DG1 */ > > +#define INTEL_DG1_IDS(info) \ > > + INTEL_VGA_DEVICE(0x4905, info), \ > > + INTEL_VGA_DEVICE(0x4906, info) > > + > > #endif /* _I915_PCIIDS_H */ > > -- > Jani Nikula, Intel Open Source Graphics Center > _______________________________________________ > igt-dev mailing list > igt-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/igt-dev -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev