L0debug - Canonize SBA in single address space mode

Signed-off-by: Brandon Yates<brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2022-11-03 14:06:18 +00:00
committed by Compute-Runtime-Automation
parent 83f63e0008
commit 76ef0bfb0a
2 changed files with 13 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ void DebuggerL0Hw<GfxFamily>::captureStateBaseAddress(NEO::LinearStream &cmdStre
sbaCanonized.IndirectObjectBaseAddress, sbaCanonized.InstructionBaseAddress, sbaCanonized.BindlessSurfaceStateBaseAddress);
if (singleAddressSpaceSbaTracking) {
programSbaTrackingCommandsSingleAddressSpace(cmdStream, sba);
programSbaTrackingCommandsSingleAddressSpace(cmdStream, sbaCanonized);
} else {
if (sbaCanonized.GeneralStateBaseAddress) {
auto generalStateBaseAddress = sbaCanonized.GeneralStateBaseAddress;