mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Disable timeout while waiting when direct submission active
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
15f3353351
commit
1844875b9d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user