Validate level zero events in TBX mode

Related-To: NEO-7545

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-11-25 16:51:17 +00:00
committed by Compute-Runtime-Automation
parent 4b42b066f8
commit c0c9ce548a
23 changed files with 378 additions and 34 deletions

View File

@@ -99,7 +99,7 @@ class AUBCommandStreamReceiverHw : public CommandStreamReceiverSimulatedHw<GfxFa
void addGUCStartMessage(uint64_t batchBufferAddress);
uint32_t getGUCWorkQueueItemHeader();
CommandStreamReceiverType getType() override {
CommandStreamReceiverType getType() const override {
return CommandStreamReceiverType::CSR_AUB;
}