public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h
@ 2026-04-02 13:20 Maciej Patelczyk
  2026-04-02 14:04 ` Hajda, Andrzej
  2026-04-02 17:22 ` ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Maciej Patelczyk @ 2026-04-02 13:20 UTC (permalink / raw)
  To: igt-dev; +Cc: piotr.rudnicki, Maciej Patelczyk

Adjust the IOCTL numbers an exec_queue eudebug extension number to
match drm-tip.

Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
---
 include/drm-uapi-experimental/xe_drm_eudebug.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/drm-uapi-experimental/xe_drm_eudebug.h b/include/drm-uapi-experimental/xe_drm_eudebug.h
index 8e74ced2f..a1733f543 100644
--- a/include/drm-uapi-experimental/xe_drm_eudebug.h
+++ b/include/drm-uapi-experimental/xe_drm_eudebug.h
@@ -19,9 +19,9 @@ extern "C" {
  */
 
 /* XXX: BEGIN section moved from xe_drm.h as temporary solution */
-#define DRM_XE_EUDEBUG_CONNECT		0x0f
-#define DRM_XE_DEBUG_METADATA_CREATE	0x10
-#define DRM_XE_DEBUG_METADATA_DESTROY	0x11
+#define DRM_XE_EUDEBUG_CONNECT		0x10
+#define DRM_XE_DEBUG_METADATA_CREATE	0x11
+#define DRM_XE_DEBUG_METADATA_DESTROY	0x12
 
 /* ... */
 
@@ -54,7 +54,7 @@ struct drm_xe_vm_bind_op_ext_attach_debug {
 
 /* ... */
 
-#define   DRM_XE_EXEC_QUEUE_SET_PROPERTY_EUDEBUG		6
+#define   DRM_XE_EXEC_QUEUE_SET_PROPERTY_EUDEBUG		7
 #define     DRM_XE_EXEC_QUEUE_EUDEBUG_FLAG_ENABLE		(1 << 0)
 
 /* ... */
-- 
2.43.0


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

end of thread, other threads:[~2026-04-02 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02 13:20 [PATCH i-g-t] drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h Maciej Patelczyk
2026-04-02 14:04 ` Hajda, Andrzej
2026-04-02 14:57   ` Kamil Konieczny
2026-04-02 17:22 ` ✗ Fi.CI.BAT: failure for " Patchwork

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