fix: Implement polling of SW FIFO

Related-To: NEO-12955
Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
Jitendra Sharma
2024-10-19 02:24:34 +00:00
committed by Compute-Runtime-Automation
parent 24d694381c
commit 26709ba124
14 changed files with 149 additions and 27 deletions

View File

@@ -111,7 +111,7 @@ struct DebugSessionLinuxi915 : DebugSessionLinux {
bool handleInternalEvent() override;
void updateContextAndLrcHandlesForThreadsWithAttention(EuThread::ThreadId threadId, AttentionEventFields &attention) override {}
void updateContextAndLrcHandlesForThreadsWithAttention(EuThread::ThreadId threadId, const AttentionEventFields &attention) override {}
uint64_t getVmHandleFromClientAndlrcHandle(uint64_t clientHandle, uint64_t lrcHandle) override;
bool handleVmBindEvent(prelim_drm_i915_debug_event_vm_bind *vmBind);
void handleContextParamEvent(prelim_drm_i915_debug_event_context_param *contextParam);