feature: add programming heapless mode in SBA

Related-To: NEO-7621
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-11-24 13:39:13 +00:00
committed by Compute-Runtime-Automation
parent 27751ac0cb
commit 982c2d665b
7 changed files with 21 additions and 5 deletions

View File

@@ -1840,7 +1840,8 @@ inline void CommandStreamReceiverHw<GfxFamily>::programStateBaseAddressCommon(
areMultipleSubDevicesInContext, // areMultipleSubDevicesInContext
false, // overrideSurfaceStateBaseAddress
debuggingEnabled, // isDebuggerActive
this->doubleSbaWa // doubleSbaWa
this->doubleSbaWa, // doubleSbaWa
this->heaplessModeEnabled // heaplessModeEnabled
};
StateBaseAddressHelper<GfxFamily>::programStateBaseAddressIntoCommandStream(args, csrCommandStream);