fix: Ensure flat ring buffer disabled on regular cmd lists

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-06-19 14:02:37 +00:00
committed by Compute-Runtime-Automation
parent f0520de068
commit c5f61cce85
7 changed files with 42 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ struct BatchBuffer {
bool hasStallingCmds = false;
bool hasRelaxedOrderingDependencies = false;
bool ringBufferRestartRequest = false;
bool disableFlatRingBuffer = false;
};
struct CommandBuffer : public IDNode<CommandBuffer> {