refactor: pass additional data to ioctl helper

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2024-04-25 17:45:21 +00:00
committed by Compute-Runtime-Automation
parent f1c2ea0b69
commit 2a2596c13b
11 changed files with 50 additions and 28 deletions

View File

@@ -6,6 +6,7 @@
*/
#pragma once
#include "shared/source/helpers/common_types.h"
#include "shared/source/helpers/timestamp_packet_constants.h"
#include "shared/source/helpers/timestamp_packet_container.h"
#include "shared/source/memory_manager/multi_graphics_allocation.h"
@@ -337,7 +338,7 @@ struct Event : _ze_event_handle_t {
uint32_t maxPacketCount = 0;
uint32_t totalEventSize = 0;
uint32_t counterBasedFlags = 0;
uint32_t externalInterruptId = 0;
uint32_t externalInterruptId = NEO::InterruptId::notUsed;
CounterBasedMode counterBasedMode = CounterBasedMode::initiallyDisabled;