Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] lib/pciids: sync with kernel
@ 2024-12-02  9:32 Matthew Auld
  2024-12-02 18:45 ` ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Auld @ 2024-12-02  9:32 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

Align with kernel commit ae78ec0a52c4 ("drm/xe/ptl: Add another PTL PCI ID").

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 lib/pciids.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/pciids.h b/lib/pciids.h
index 32480b556..7883384ac 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -829,6 +829,7 @@
 	MACRO__(0xB092, ## __VA_ARGS__), \
 	MACRO__(0xB0A0, ## __VA_ARGS__), \
 	MACRO__(0xB0A1, ## __VA_ARGS__), \
-	MACRO__(0xB0A2, ## __VA_ARGS__)
+	MACRO__(0xB0A2, ## __VA_ARGS__), \
+	MACRO__(0xB0B0, ## __VA_ARGS__)
 
 #endif /* __PCIIDS_H__ */
-- 
2.47.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* ✗ Fi.CI.BAT: failure for lib/pciids: sync with kernel
  2024-12-02  9:32 [PATCH i-g-t] lib/pciids: sync with kernel Matthew Auld
@ 2024-12-02 18:45 ` Patchwork
  0 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-12-02 18:45 UTC (permalink / raw)
  To: Matthew Auld; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

== Series Details ==

Series: lib/pciids: sync with kernel
URL   : https://patchwork.freedesktop.org/series/141981/
State : failure

== Summary ==

Series 141981 revision 1 was fully merged or fully failed: no git log



[-- Attachment #2: Type: text/html, Size: 689 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH i-g-t] lib/pciids: sync with kernel
@ 2025-01-29 10:59 Kamil Konieczny
  2025-01-29 14:26 ` Rodrigo Vivi
  0 siblings, 1 reply; 5+ messages in thread
From: Kamil Konieczny @ 2025-01-29 10:59 UTC (permalink / raw)
  To: igt-dev; +Cc: Kamil Konieczny, Matt Atwood, Shekhar Chauhan, Rodrigo Vivi

Align with kernel commit 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table").

It adds PTL pci ids and also brings few BMG from previous commit.

Cc: Matt Atwood <matthew.s.atwood@intel.com>
Cc: Shekhar Chauhan <shekhar.chauhan@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/intel-xe/20250128175102.45797-1-matthew.s.atwood@intel.com/
Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 lib/pciids.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/lib/pciids.h b/lib/pciids.h
index 7883384ac..23f349f65 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -817,19 +817,20 @@
 	MACRO__(0xE20B, ## __VA_ARGS__), \
 	MACRO__(0xE20C, ## __VA_ARGS__), \
 	MACRO__(0xE20D, ## __VA_ARGS__), \
-	MACRO__(0xE212, ## __VA_ARGS__)
+	MACRO__(0xE210, ## __VA_ARGS__), \
+	MACRO__(0xE212, ## __VA_ARGS__), \
+	MACRO__(0xE215, ## __VA_ARGS__), \
+	MACRO__(0xE216, ## __VA_ARGS__)
 
 /* PTL */
 #define INTEL_PTL_IDS(MACRO__, ...) \
 	MACRO__(0xB080, ## __VA_ARGS__), \
 	MACRO__(0xB081, ## __VA_ARGS__), \
 	MACRO__(0xB082, ## __VA_ARGS__), \
+	MACRO__(0xB083, ## __VA_ARGS__), \
+	MACRO__(0xB08F, ## __VA_ARGS__), \
 	MACRO__(0xB090, ## __VA_ARGS__), \
-	MACRO__(0xB091, ## __VA_ARGS__), \
-	MACRO__(0xB092, ## __VA_ARGS__), \
 	MACRO__(0xB0A0, ## __VA_ARGS__), \
-	MACRO__(0xB0A1, ## __VA_ARGS__), \
-	MACRO__(0xB0A2, ## __VA_ARGS__), \
 	MACRO__(0xB0B0, ## __VA_ARGS__)
 
 #endif /* __PCIIDS_H__ */
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH i-g-t] lib/pciids: sync with kernel
  2025-01-29 10:59 [PATCH i-g-t] " Kamil Konieczny
@ 2025-01-29 14:26 ` Rodrigo Vivi
  2025-01-30 12:26   ` Kamil Konieczny
  0 siblings, 1 reply; 5+ messages in thread
From: Rodrigo Vivi @ 2025-01-29 14:26 UTC (permalink / raw)
  To: Kamil Konieczny; +Cc: igt-dev, Matt Atwood, Shekhar Chauhan

On Wed, Jan 29, 2025 at 11:59:02AM +0100, Kamil Konieczny wrote:
> Align with kernel commit 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table").
> 
> It adds PTL pci ids and also brings few BMG from previous commit.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> 
> Cc: Matt Atwood <matthew.s.atwood@intel.com>
> Cc: Shekhar Chauhan <shekhar.chauhan@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Link: https://lore.kernel.org/intel-xe/20250128175102.45797-1-matthew.s.atwood@intel.com/
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  lib/pciids.h | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/lib/pciids.h b/lib/pciids.h
> index 7883384ac..23f349f65 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -817,19 +817,20 @@
>  	MACRO__(0xE20B, ## __VA_ARGS__), \
>  	MACRO__(0xE20C, ## __VA_ARGS__), \
>  	MACRO__(0xE20D, ## __VA_ARGS__), \
> -	MACRO__(0xE212, ## __VA_ARGS__)
> +	MACRO__(0xE210, ## __VA_ARGS__), \
> +	MACRO__(0xE212, ## __VA_ARGS__), \
> +	MACRO__(0xE215, ## __VA_ARGS__), \
> +	MACRO__(0xE216, ## __VA_ARGS__)
>  
>  /* PTL */
>  #define INTEL_PTL_IDS(MACRO__, ...) \
>  	MACRO__(0xB080, ## __VA_ARGS__), \
>  	MACRO__(0xB081, ## __VA_ARGS__), \
>  	MACRO__(0xB082, ## __VA_ARGS__), \
> +	MACRO__(0xB083, ## __VA_ARGS__), \
> +	MACRO__(0xB08F, ## __VA_ARGS__), \
>  	MACRO__(0xB090, ## __VA_ARGS__), \
> -	MACRO__(0xB091, ## __VA_ARGS__), \
> -	MACRO__(0xB092, ## __VA_ARGS__), \
>  	MACRO__(0xB0A0, ## __VA_ARGS__), \
> -	MACRO__(0xB0A1, ## __VA_ARGS__), \
> -	MACRO__(0xB0A2, ## __VA_ARGS__), \
>  	MACRO__(0xB0B0, ## __VA_ARGS__)
>  
>  #endif /* __PCIIDS_H__ */
> -- 
> 2.48.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH i-g-t] lib/pciids: sync with kernel
  2025-01-29 14:26 ` Rodrigo Vivi
@ 2025-01-30 12:26   ` Kamil Konieczny
  0 siblings, 0 replies; 5+ messages in thread
From: Kamil Konieczny @ 2025-01-30 12:26 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: igt-dev, Matt Atwood, Shekhar Chauhan

Hi Rodrigo,
On 2025-01-29 at 09:26:45 -0500, Rodrigo Vivi wrote:
> On Wed, Jan 29, 2025 at 11:59:02AM +0100, Kamil Konieczny wrote:
> > Align with kernel commit 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table").
> > 
> > It adds PTL pci ids and also brings few BMG from previous commit.
> 
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 

Applied, thanks, with improved title and description.

Regards,
Kamil

> > 
> > Cc: Matt Atwood <matthew.s.atwood@intel.com>
> > Cc: Shekhar Chauhan <shekhar.chauhan@intel.com>
> > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > Link: https://lore.kernel.org/intel-xe/20250128175102.45797-1-matthew.s.atwood@intel.com/
> > Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> > ---
> >  lib/pciids.h | 11 ++++++-----
> >  1 file changed, 6 insertions(+), 5 deletions(-)
> > 
> > diff --git a/lib/pciids.h b/lib/pciids.h
> > index 7883384ac..23f349f65 100644
> > --- a/lib/pciids.h
> > +++ b/lib/pciids.h
> > @@ -817,19 +817,20 @@
> >  	MACRO__(0xE20B, ## __VA_ARGS__), \
> >  	MACRO__(0xE20C, ## __VA_ARGS__), \
> >  	MACRO__(0xE20D, ## __VA_ARGS__), \
> > -	MACRO__(0xE212, ## __VA_ARGS__)
> > +	MACRO__(0xE210, ## __VA_ARGS__), \
> > +	MACRO__(0xE212, ## __VA_ARGS__), \
> > +	MACRO__(0xE215, ## __VA_ARGS__), \
> > +	MACRO__(0xE216, ## __VA_ARGS__)
> >  
> >  /* PTL */
> >  #define INTEL_PTL_IDS(MACRO__, ...) \
> >  	MACRO__(0xB080, ## __VA_ARGS__), \
> >  	MACRO__(0xB081, ## __VA_ARGS__), \
> >  	MACRO__(0xB082, ## __VA_ARGS__), \
> > +	MACRO__(0xB083, ## __VA_ARGS__), \
> > +	MACRO__(0xB08F, ## __VA_ARGS__), \
> >  	MACRO__(0xB090, ## __VA_ARGS__), \
> > -	MACRO__(0xB091, ## __VA_ARGS__), \
> > -	MACRO__(0xB092, ## __VA_ARGS__), \
> >  	MACRO__(0xB0A0, ## __VA_ARGS__), \
> > -	MACRO__(0xB0A1, ## __VA_ARGS__), \
> > -	MACRO__(0xB0A2, ## __VA_ARGS__), \
> >  	MACRO__(0xB0B0, ## __VA_ARGS__)
> >  
> >  #endif /* __PCIIDS_H__ */
> > -- 
> > 2.48.1
> > 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-30 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02  9:32 [PATCH i-g-t] lib/pciids: sync with kernel Matthew Auld
2024-12-02 18:45 ` ✗ Fi.CI.BAT: failure for " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2025-01-29 10:59 [PATCH i-g-t] " Kamil Konieczny
2025-01-29 14:26 ` Rodrigo Vivi
2025-01-30 12:26   ` Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox