mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Refactor debugger code
- helper sets all SbaAddresses for debugger in EncodeStateBaseAddress<GfxFamily>::setSbaAddressesForDebugger() - change DebuggerL0::captureStateBaseAddress() to take LinearStream - move getSbaTrackingCommandsSize() to Debugger class Related-To: NEO-6845 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
f3bcbfb305
commit
5911515ed0
@ -136,6 +136,7 @@ struct UltCommandStreamReceiverTest
|
||||
auto &commandStreamReceiver = pDevice->getUltCommandStreamReceiver<GfxFamily>();
|
||||
commandStreamReceiver.isPreambleSent = true;
|
||||
commandStreamReceiver.isEnginePrologueSent = true;
|
||||
commandStreamReceiver.isStateSipSent = true;
|
||||
commandStreamReceiver.lastPreemptionMode = pDevice->getPreemptionMode();
|
||||
commandStreamReceiver.setMediaVFEStateDirty(false);
|
||||
auto gmmHelper = pDevice->getGmmHelper();
|
||||
|
Reference in New Issue
Block a user