public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: "Souza, Jose" <jose.souza@intel.com>
Cc: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t] lib: sync i915_pciids.h with kernel
Date: Mon, 4 Feb 2019 10:47:45 -0800	[thread overview]
Message-ID: <20190204184745.GC3250@intel.com> (raw)
In-Reply-To: <fe7dda01ec7d99296a2796981c53116d64caf265.camel@intel.com>

On Mon, Feb 04, 2019 at 10:46:47AM -0800, Souza, Jose wrote:
> On Sat, 2019-02-02 at 00:08 -0800, Rodrigo Vivi wrote:
> > Add more PCI Device IDs for Coffee Lake and Ice Lake.
> > 
> > Align with kernel commits:
> > 
> > 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.")
> > 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for Ice
> > Lake")
> > 
> 
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

Thanks, although I already pushed all of them...
kernel, libdrm, igt, and mesa are in sync now.

> 
> > Cc: José Roberto de Souza <jose.souza@intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > ---
> >  lib/i915_pciids.h       | 8 ++++++++
> >  lib/intel_device_info.c | 1 +
> >  2 files changed, 9 insertions(+)
> > 
> > diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> > index 19266714..d2fad7b0 100644
> > --- a/lib/i915_pciids.h
> > +++ b/lib/i915_pciids.h
> > @@ -394,6 +394,9 @@
> >  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
> >  
> >  /* CFL H */
> > +#define INTEL_CFL_H_GT1_IDS(info) \
> > +	INTEL_VGA_DEVICE(0x3E9C, info)
> > +
> >  #define INTEL_CFL_H_GT2_IDS(info) \
> >  	INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \
> >  	INTEL_VGA_DEVICE(0x3E94, info)  /* Halo GT2 */
> > @@ -426,6 +429,7 @@
> >  #define INTEL_CFL_IDS(info)	   \
> >  	INTEL_CFL_S_GT1_IDS(info), \
> >  	INTEL_CFL_S_GT2_IDS(info), \
> > +	INTEL_CFL_H_GT1_IDS(info), \
> >  	INTEL_CFL_H_GT2_IDS(info), \
> >  	INTEL_CFL_U_GT2_IDS(info), \
> >  	INTEL_CFL_U_GT3_IDS(info), \
> > @@ -457,9 +461,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)
> >  
> > diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
> > index 076168bf..2bca5183 100644
> > --- a/lib/intel_device_info.c
> > +++ b/lib/intel_device_info.c
> > @@ -351,6 +351,7 @@ static const struct pci_id_match
> > intel_device_match[] = {
> >  
> >  	INTEL_CFL_S_GT1_IDS(&intel_coffeelake_gt1_info),
> >  	INTEL_CFL_S_GT2_IDS(&intel_coffeelake_gt2_info),
> > +	INTEL_CFL_H_GT1_IDS(&intel_coffeelake_gt1_info),
> >  	INTEL_CFL_H_GT2_IDS(&intel_coffeelake_gt2_info),
> >  	INTEL_CFL_U_GT2_IDS(&intel_coffeelake_gt2_info),
> >  	INTEL_CFL_U_GT3_IDS(&intel_coffeelake_gt3_info),


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-02-04 18:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-02  8:08 [igt-dev] [PATCH i-g-t] lib: sync i915_pciids.h with kernel Rodrigo Vivi
2019-02-02  8:46 ` [igt-dev] ✓ Fi.CI.BAT: success for lib: sync i915_pciids.h with kernel (rev3) Patchwork
2019-02-02 10:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-02-04 18:12 ` [igt-dev] [PATCH i-g-t] lib: sync i915_pciids.h with kernel Lionel Landwerlin
2019-02-04 18:46 ` Souza, Jose
2019-02-04 18:47   ` Rodrigo Vivi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-27  4:34 Matt Roper
2021-06-03 14:31 Matt Roper
2021-06-03 15:05 ` James Ausmus
2021-06-03 18:58 ` Srivatsa, Anusha
2020-10-23  3:18 Ashutosh Dixit
2020-10-23  7:59 ` Petri Latvala
2020-10-23  8:03   ` Petri Latvala
2020-10-23 15:55     ` Dixit, Ashutosh
2020-10-26  8:30       ` Petri Latvala
2020-10-23  1:05 Ashutosh Dixit
2020-03-20  0:13 [igt-dev] [PATCH i-g-t] lib: Sync " Swathi Dhanavanthri
2020-03-25 20:48 ` Matt Roper
2018-10-12 21:39 [igt-dev] ✗ Fi.CI.BAT: failure for lib: sync " Souza, Jose
2018-10-12 22:40 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi
2018-10-12 23:16   ` Souza, Jose
2018-10-15 16:02     ` Rodrigo Vivi
2018-10-12 20:27 Rodrigo Vivi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190204184745.GC3250@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jose.souza@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox