Update SBA in hybrid immediate and regular commandlist usages

Fix to check and update heap states.

Related-To: LOCI-3379
Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2022-09-27 23:51:57 +00:00
committed by Compute-Runtime-Automation
parent d944efabc9
commit f9fab3ff49
4 changed files with 44 additions and 0 deletions

View File

@@ -141,6 +141,9 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
}
void initializeDeviceWithFirstSubmission() override;
HeapDirtyState &getDshState() {
return dshState;
}
HeapDirtyState &getSshState() {
return sshState;
}