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 6011eb147f
commit 2c10f5639e
10 changed files with 563 additions and 157 deletions

View File

@@ -170,7 +170,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));