Disable timeout while waiting when direct submission active

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-02-17 10:33:41 +00:00
committed by Compute-Runtime-Automation
parent 15f3353351
commit 1844875b9d
7 changed files with 41 additions and 15 deletions

View File

@@ -105,6 +105,8 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
return blitterDirectSubmission.get() != nullptr;
}
virtual bool isAnyDirectSubmissionActive() { return false; }
bool initDirectSubmission(Device &device, OsContext &osContext) override;
GraphicsAllocation *getClearColorAllocation() override;