mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
d944efabc9
commit
f9fab3ff49
@@ -141,6 +141,9 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
}
|
||||
void initializeDeviceWithFirstSubmission() override;
|
||||
|
||||
HeapDirtyState &getDshState() {
|
||||
return dshState;
|
||||
}
|
||||
HeapDirtyState &getSshState() {
|
||||
return sshState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user