Home
last modified time | relevance | path

Searched refs:DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/drm/
H A Dxe_drm.h1203 * - %DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY - set the queue priority.
1258 #define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY 0 macro
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c455 [DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY] = exec_queue_set_priority,
476 XE_IOCTL_DBG(xe, ext.property != DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY && in exec_queue_user_ext_set_property()