mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 04:12:57 +08:00
Revert "fix: use condition variables instead of busy waits in worker threads"
This reverts commit db0b4a616c.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c45f3ecc8a
commit
244dd9b0b4
@@ -653,6 +653,13 @@ void CommandStreamReceiver::downloadAllocation(GraphicsAllocation &gfxAllocation
|
||||
}
|
||||
}
|
||||
|
||||
void CommandStreamReceiver::startControllingDirectSubmissions() {
|
||||
auto controller = this->executionEnvironment.directSubmissionController.get();
|
||||
if (controller) {
|
||||
controller->startControlling();
|
||||
}
|
||||
}
|
||||
|
||||
bool CommandStreamReceiver::enqueueWaitForPagingFence(uint64_t pagingFenceValue) {
|
||||
auto controller = this->executionEnvironment.directSubmissionController.get();
|
||||
if (this->isAnyDirectSubmissionEnabled() && controller) {
|
||||
|
||||
Reference in New Issue
Block a user