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

* Re: [PATCH i-g-t] drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Hajda, Andrzej @ 2026-04-02 14:04 UTC (permalink / raw)
  To: Maciej Patelczyk, igt-dev; +Cc: piotr.rudnicki

W dniu 2.04.2026 o 15:20, Maciej Patelczyk pisze:
> Adjust the IOCTL numbers an exec_queue eudebug extension number to
> match drm-tip.
> 
> Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>

Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>

Regards
Andrzej

> ---
>   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)
>   
>   /* ... */


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

* Re: [PATCH i-g-t] drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h
  2026-04-02 14:04 ` Hajda, Andrzej
@ 2026-04-02 14:57   ` Kamil Konieczny
  0 siblings, 0 replies; 4+ messages in thread
From: Kamil Konieczny @ 2026-04-02 14:57 UTC (permalink / raw)
  To: Hajda, Andrzej; +Cc: Maciej Patelczyk, igt-dev, piotr.rudnicki

Hi Hajda,,
On 2026-04-02 at 16:04:08 +0200, Hajda, Andrzej wrote:
> W dniu 2.04.2026 o 15:20, Maciej Patelczyk pisze:
> > Adjust the IOCTL numbers an exec_queue eudebug extension number to
> > match drm-tip.
> > 
> > Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
> 
> Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
> 
> Regards
> Andrzej
> 

Thank you, pushed.

Regards,
Kamil

> > ---
> >   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)
> >   /* ... */
> 

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

* ✗ Fi.CI.BAT: failure for drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h
  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 17:22 ` Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2026-04-02 17:22 UTC (permalink / raw)
  To: Maciej Patelczyk; +Cc: igt-dev

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

== Series Details ==

Series: drm-uapi-experimental/xe_drm_eudebug: Adjust definition in xe_drm_eudebug.h
URL   : https://patchwork.freedesktop.org/series/164299/
State : failure

== Summary ==

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



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

^ permalink raw reply	[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