mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
refactor: correct naming of enum class constants 6/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b802ebf7b7
commit
739d181026
@@ -261,7 +261,7 @@ SubmissionStatus TbxCommandStreamReceiverHw<GfxFamily>::flush(BatchBuffer &batch
|
||||
subCaptureManager->disableSubCapture();
|
||||
}
|
||||
|
||||
return SubmissionStatus::SUCCESS;
|
||||
return SubmissionStatus::success;
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
@@ -538,7 +538,7 @@ SubmissionStatus TbxCommandStreamReceiverHw<GfxFamily>::processResidency(const R
|
||||
}
|
||||
|
||||
dumpTbxNonWritable = false;
|
||||
return SubmissionStatus::SUCCESS;
|
||||
return SubmissionStatus::success;
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
Reference in New Issue
Block a user