Make comment more verbose.

Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
Michal Mrozek
2020-11-04 13:02:31 +00:00
committed by Compute-Runtime-Automation
parent de5fe3c1b3
commit ad747a5cbf

View File

@ -443,7 +443,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
requiresInstructionCacheFlush = false;
}
// Add a PC if we have a dependency on a previous walker to avoid concurrency issues.
// Add a Pipe Control if we have a dependency on a previous walker to avoid concurrency issues.
if (taskLevel > this->taskLevel) {
if (!timestampPacketWriteEnabled) {
PipeControlArgs args;