All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/ptl: Add missing device ID
@ 2024-12-11 14:13 Tejas Upadhyay
  2024-12-11 14:26 ` ✗ CI.Patch_applied: failure for " Patchwork
  2024-12-11 18:17 ` [PATCH] " Rodrigo Vivi
  0 siblings, 2 replies; 6+ messages in thread
From: Tejas Upadhyay @ 2024-12-11 14:13 UTC (permalink / raw)
  To: intel-xe; +Cc: Tejas Upadhyay

Probably during movement from xe_pciids.h to pciids.h PTL device id is missed.

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
---
 include/drm/intel/pciids.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
index 32480b5563db..7883384acd5e 100644
--- a/include/drm/intel/pciids.h
+++ b/include/drm/intel/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.34.1


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

end of thread, other threads:[~2024-12-11 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 14:13 [PATCH] drm/xe/ptl: Add missing device ID Tejas Upadhyay
2024-12-11 14:26 ` ✗ CI.Patch_applied: failure for " Patchwork
2024-12-11 18:17 ` [PATCH] " Rodrigo Vivi
2024-12-11 18:52   ` Upadhyay, Tejas
2024-12-11 18:55     ` Rodrigo Vivi
2024-12-11 18:54   ` Saarinen, Jani

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.