All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH] drm/xe/uapi: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY
@ 2023-12-06 16:06 Francois Dugast
  2023-12-06 16:16 ` Lucas De Marchi
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Francois Dugast @ 2023-12-06 16:06 UTC (permalink / raw)
  To: intel-xe; +Cc: Francois Dugast, rodrigo.vivi

The exec_queue_set_property feature was removed in a previous
commit ("drm/xe/uapi: Kill exec_queue_set_property") and is no
longer usable, struct drm_xe_exec_queue_set_property does not
exist anymore, so let's remove this.

Signed-off-by: Francois Dugast <francois.dugast@intel.com>
---
 include/uapi/drm/xe_drm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index dee750385161..346007e8074d 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -53,7 +53,6 @@ extern "C" {
 #define DRM_IOCTL_XE_VM_BIND			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_VM_BIND, struct drm_xe_vm_bind)
 #define DRM_IOCTL_XE_EXEC_QUEUE_CREATE		DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_EXEC_QUEUE_CREATE, struct drm_xe_exec_queue_create)
 #define DRM_IOCTL_XE_EXEC_QUEUE_DESTROY		DRM_IOW(DRM_COMMAND_BASE + DRM_XE_EXEC_QUEUE_DESTROY, struct drm_xe_exec_queue_destroy)
-#define DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY	DRM_IOW(DRM_COMMAND_BASE + DRM_XE_EXEC_QUEUE_SET_PROPERTY, struct drm_xe_exec_queue_set_property)
 #define DRM_IOCTL_XE_EXEC_QUEUE_GET_PROPERTY	DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_EXEC_QUEUE_GET_PROPERTY, struct drm_xe_exec_queue_get_property)
 #define DRM_IOCTL_XE_EXEC			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_EXEC, struct drm_xe_exec)
 #define DRM_IOCTL_XE_WAIT_USER_FENCE		DRM_IOWR(DRM_COMMAND_BASE + DRM_XE_WAIT_USER_FENCE, struct drm_xe_wait_user_fence)
-- 
2.34.1


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

end of thread, other threads:[~2023-12-06 23:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 16:06 [Intel-xe] [PATCH] drm/xe/uapi: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY Francois Dugast
2023-12-06 16:16 ` Lucas De Marchi
2023-12-06 16:26   ` Rodrigo Vivi
2023-12-06 16:33     ` Lucas De Marchi
2023-12-06 17:42       ` Rodrigo Vivi
2023-12-06 17:48         ` Lucas De Marchi
2023-12-06 17:52           ` Souza, Jose
2023-12-06 18:11             ` Rodrigo Vivi
2023-12-06 23:01               ` Lucas De Marchi
2023-12-06 17:06 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-12-06 17:06 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-12-06 17:07 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-12-06 17:15 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-12-06 17:15 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-12-06 17:16 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-12-06 17:52 ` [Intel-xe] ✓ CI.BAT: " Patchwork

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.