All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] lib/pciids: sync with kernel
@ 2025-01-29 10:59 Kamil Konieczny
  2025-01-29 12:56 ` ✗ GitLab.Pipeline: warning for lib/pciids: sync with kernel (rev2) Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ 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] 11+ messages in thread
* [PATCH i-g-t] lib/pciids: sync with kernel
@ 2024-12-02  9:32 Matthew Auld
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 10:59 [PATCH i-g-t] lib/pciids: sync with kernel Kamil Konieczny
2025-01-29 12:56 ` ✗ GitLab.Pipeline: warning for lib/pciids: sync with kernel (rev2) Patchwork
2025-01-29 13:15 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-29 13:27 ` ✓ i915.CI.BAT: " Patchwork
2025-01-29 14:26 ` [PATCH i-g-t] lib/pciids: sync with kernel Rodrigo Vivi
2025-01-30 12:26   ` Kamil Konieczny
2025-01-29 17:01 ` ✗ i915.CI.Full: failure for lib/pciids: sync with kernel (rev2) Patchwork
2025-01-30 11:45   ` Kamil Konieczny
2025-01-29 21:53 ` ✗ Xe.CI.Full: " Patchwork
2025-01-30 11:47   ` Kamil Konieczny
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02  9:32 [PATCH i-g-t] lib/pciids: sync with kernel Matthew Auld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.