mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
Revert "Dont make Surfaces resident on GPGPU CSR for blit enqueue"
This reverts commit d74edb3d3f.
Change-Id: Idd4fb27afd0b8a30be1dba1630ecd81932963fae
This commit is contained in:
committed by
sys_ocldev
parent
96cc1081c0
commit
c8a34e65f0
@@ -902,13 +902,13 @@ CompletionStamp CommandQueueHw<GfxFamily>::enqueueCommandWithoutKernel(
|
||||
timestampPacketDependencies.previousEnqueueNodes.makeResident(getGpgpuCommandStreamReceiver());
|
||||
}
|
||||
|
||||
for (auto surface : CreateRange(surfaces, surfaceCount)) {
|
||||
surface->makeResident(getGpgpuCommandStreamReceiver());
|
||||
}
|
||||
|
||||
if (enqueueProperties.operation == EnqueueProperties::Operation::Blit) {
|
||||
UNRECOVERABLE_IF(!enqueueProperties.blitPropertiesContainer);
|
||||
this->bcsTaskCount = getBcsCommandStreamReceiver()->blitBuffer(*enqueueProperties.blitPropertiesContainer, false);
|
||||
} else {
|
||||
for (auto surface : CreateRange(surfaces, surfaceCount)) {
|
||||
surface->makeResident(getGpgpuCommandStreamReceiver());
|
||||
}
|
||||
}
|
||||
|
||||
DispatchFlags dispatchFlags(
|
||||
|
||||
Reference in New Issue
Block a user