feature: Implement thread control and att event handling for xe

Related-To: NEO-9673
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma
2024-02-19 16:37:23 +00:00
committed by Compute-Runtime-Automation
parent a4ed483238
commit fb73fad6d7
10 changed files with 557 additions and 158 deletions

View File

@@ -149,7 +149,8 @@ struct drm_xe_eudebug_eu_control {
__u32 flags;
__u64 seqno;
struct drm_xe_engine_class_instance ci;
__u64 exec_queue_handle;
__u64 lrc_handle;
__u32 bitmask_size;
__u64 bitmask_ptr;
} __attribute__((packed));