SWDEV-290298 - add a flag to indicate the primary context active status

Change-Id: Ia31790706d3f855bc1eedf5ef874e471
This commit is contained in:
haoyuan2
2021-12-01 09:17:04 -08:00
gecommit door Maneesh Gupta
bovenliggende aedbad0109
commit 439af94dd9
3 gewijzigde bestanden met toevoegingen van 14 en 1 verwijderingen
+3
Bestand weergeven
@@ -377,6 +377,9 @@ void Command::enqueue() {
((commandWaitBits_ & 0x2) != 0)) {
awaitCompletion();
}
// set this queue status is active
queue_->SetQueueStatus();
}
// ================================================================================================