mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Rename TimestampPacket to TimestampPacketStorage.
Related-To: NEO-2872 Change-Id: Id1f78491912c44890ae7ead2cac12ec8eb073628 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
@@ -444,7 +444,7 @@ void CommandQueueHw<GfxFamily>::processDispatchForCacheFlush(Surface **surfaces,
|
||||
uint64_t postSyncAddress = 0;
|
||||
if (getCommandStreamReceiver().peekTimestampPacketWriteEnabled()) {
|
||||
auto timestampPacketNodeForPostSync = timestampPacketContainer->peekNodes().at(0);
|
||||
postSyncAddress = TimestampPacketHelper::getGpuAddressForDataWrite(*timestampPacketNodeForPostSync, TimestampPacket::DataIndex::ContextStart);
|
||||
postSyncAddress = TimestampPacketHelper::getGpuAddressForDataWrite(*timestampPacketNodeForPostSync, TimestampPacketStorage::DataIndex::ContextStart);
|
||||
}
|
||||
|
||||
submitCacheFlush(surfaces, numSurfaces, commandStream, postSyncAddress);
|
||||
|
||||
Reference in New Issue
Block a user