mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Add profiling support for blitter
Resolves: NEO-4121 Change-Id: I29dfcf07d48100c578cbc432fee4d87dfa18e8f4 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
@@ -259,6 +259,7 @@ void EncodeStoreMMIO<Family>::encode(LinearStream &csr, uint32_t offset, uint64_
|
||||
MI_STORE_REGISTER_MEM cmd = Family::cmdInitStoreRegisterMem;
|
||||
cmd.setRegisterAddress(offset);
|
||||
cmd.setMemoryAddress(address);
|
||||
remapOffset(&cmd);
|
||||
auto buffer = csr.getSpaceForCmd<MI_STORE_REGISTER_MEM>();
|
||||
*buffer = cmd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user