Clean up resources in final derived csr class

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-03-24 10:36:36 +00:00
committed by Compute-Runtime-Automation
parent c415edaba1
commit 737e6e4de5
4 changed files with 17 additions and 4 deletions

View File

@ -179,6 +179,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
bool checkPlatformSupportsNewResourceImplicitFlush() const;
bool checkPlatformSupportsGpuIdleImplicitFlush() const;
void configurePostSyncWriteOffset();
void unregisterDirectSubmissionFromController();
HeapDirtyState dshState;
HeapDirtyState iohState;