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
* [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

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