mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
27751ac0cb
commit
982c2d665b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user