Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-08-20 Thread Souza, Jose
On Thu, 2020-08-20 at 10:46 +0200, Adam Miszczak wrote: > Add DG1 and clean-up VLV PCI IDs. > > Align with kernel commits: > f2bde2546b81 ("drm/i915: Remove dubious Valleyview PCI IDs") > fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs") > Reviewed-by: José Roberto de Souza But the current

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-08-20 Thread Adam Miszczak
Add DG1 and clean-up VLV PCI IDs. Align with kernel commits: f2bde2546b81 ("drm/i915: Remove dubious Valleyview PCI IDs") fd38cdb81105 ("drm/i915/dg1: Add DG1 PCI IDs") Signed-off-by: Adam Miszczak Cc: José Roberto de Souza --- intel/i915_pciids.h | 8 +--- 1 file changed, 5

Re: [igt-dev] [Intel-gfx] [PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-06-23 Thread Daniel Vetter
On Mon, Jun 22, 2020 at 06:31:24PM +0300, Jani Nikula wrote: > On Tue, 16 Jun 2020, ramadevi.ga...@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?

Re: [Intel-gfx] [PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-06-22 Thread Jani Nikula
On Tue, 16 Jun 2020, ramadevi.ga...@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. BR, Jani. > > Signed-off-by: Gandi Ramadevi > --- > intel/i915_pciids.h | 5 + > 1 file changed, 5 insertions(+) > >

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-06-16 Thread ramadevi . gandi
From: Gandi Ramadevi Add DG1 PCI ID 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 @@

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-03-23 Thread Timo Aaltonen
On 20.3.2020 2.38, Swathi Dhanavanthri wrote: > Changes: > 91b79fb35d67 ("drm/i915/tgl: Add new PCI IDs to TGL") > > Signed-off-by: Swathi Dhanavanthri > --- > intel/i915_pciids.h | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/intel/i915_pciids.h

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2020-03-19 Thread Swathi Dhanavanthri
Changes: 91b79fb35d67 ("drm/i915/tgl: Add new PCI IDs to TGL") Signed-off-by: Swathi Dhanavanthri --- intel/i915_pciids.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/intel/i915_pciids.h b/intel/i915_pciids.h index 1d2c1221..662d8351 100644 ---

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-12-16 Thread Souza, Jose
On Thu, 2019-12-12 at 09:17 -0800, Matt Roper wrote: > On Tue, Dec 10, 2019 at 12:06:11PM -0800, José Roberto de Souza > wrote: > > It is missing the new EHL/JSL PCI ids added in commit > > 651cc835d5f6 ("drm/i915: Add new EHL/JSL PCI ids") > > > > Cc: James Ausmus > > Cc: Matt Roper > >

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-12-12 Thread Matt Roper
On Tue, Dec 10, 2019 at 12:06:11PM -0800, José Roberto de Souza wrote: > It is missing the new EHL/JSL PCI ids added in commit > 651cc835d5f6 ("drm/i915: Add new EHL/JSL PCI ids") > > Cc: James Ausmus > Cc: Matt Roper > Signed-off-by: José Roberto de Souza Matches the kernel and the bspec.

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-12-10 Thread José Roberto de Souza
It is missing the new EHL/JSL PCI ids added in commit 651cc835d5f6 ("drm/i915: Add new EHL/JSL PCI ids") Cc: James Ausmus Cc: Matt Roper Signed-off-by: José Roberto de Souza --- intel/i915_pciids.h | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/intel/i915_pciids.h

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-09-05 Thread Souza, Jose
On Fri, 2019-08-30 at 13:32 -0700, Anusha Srivatsa wrote: > Add the new CML PCI IDS. > > Align with kernel commit: > bfc4c359b2822 ("drm/i915/cml: Add Missing PCI IDs") > > This is in sync with kernel header as of: > 0747590267e7 ("drm-tip: 2019y-08m-30d-18h-03m-18s UTC integration > manifest")

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-08-30 Thread Anusha Srivatsa
Add the new CML PCI IDS. Align with kernel commit: bfc4c359b2822 ("drm/i915/cml: Add Missing PCI IDs") This is in sync with kernel header as of: 0747590267e7 ("drm-tip: 2019y-08m-30d-18h-03m-18s UTC integration manifest") Cc: José Roberto de Souza Signed-off-by: Anusha Srivatsa ---

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-03-25 Thread Jani Nikula
On Fri, 22 Mar 2019, "Souza, Jose" wrote: > On Fri, 2019-03-22 at 13:35 -0700, Anusha wrote: >> Straight copy from the kernel file. >> >> Add PCI IDs for CML, add additional PCI ID >> for ICL. >> >> Align with kernel commits: >> >> a7b4deeb02b97 ("drm/i915/cml: Add CML PCI IDS") >>

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-03-22 Thread Souza, Jose
On Fri, 2019-03-22 at 13:35 -0700, Anusha wrote: > Straight copy from the kernel file. > > Add PCI IDs for CML, add additional PCI ID > for ICL. > > Align with kernel commits: > > a7b4deeb02b97 ("drm/i915/cml: Add CML PCI IDS") > 9a751b999d17a ("drm/i915: Add new ICL PCI ID") > > v2: Do a copy

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-03-22 Thread Anusha
Straight copy from the kernel file. Add PCI IDs for CML, add additional PCI ID for ICL. Align with kernel commits: a7b4deeb02b97 ("drm/i915/cml: Add CML PCI IDS") 9a751b999d17a ("drm/i915: Add new ICL PCI ID") v2: Do a copy from kernel header (Jose) - Change commit message (Lucas) v3: Add

Re: [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-02-04 Thread Lionel Landwerlin
On 02/02/2019 08:07, Rodrigo Vivi wrote: Straight copy from the kernel file. Add more PCI Device IDs for Coffee Lake, Ice Lake, and Amber Lake. It also include a reorg on Whiskey Lake IDs. Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa

[PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-02-02 Thread Rodrigo Vivi
Straight copy from the kernel file. Add more PCI Device IDs for Coffee Lake, Ice Lake, and Amber Lake. It also include a reorg on Whiskey Lake IDs. Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for