Add infrastructure to request ULLS restart

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-05-10 12:37:40 +00:00
committed by Compute-Runtime-Automation
parent e9be9b64c6
commit d63a044e60
3 changed files with 23 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -48,6 +48,7 @@ struct BatchBuffer {
void *endCmdPtr = nullptr;
bool useSingleSubdevice = false;
bool ringBufferRestartRequest = false;
};
struct CommandBuffer : public IDNode<CommandBuffer> {