Refactor and enable MI_MEM_FENCE programming for DirectSubmission dispatch

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2022-04-06 14:41:45 +00:00
committed by Compute-Runtime-Automation
parent 3c4b442c79
commit db9c0d1103
30 changed files with 417 additions and 217 deletions

View File

@@ -7085,7 +7085,7 @@ struct MI_MEM_FENCE {
inline void setFenceType(const FENCE_TYPE value) {
TheStructure.Common.FenceType = value;
}
inline FENCE_TYPE getAFenceType() const {
inline FENCE_TYPE getFenceType() const {
return static_cast<FENCE_TYPE>(TheStructure.Common.FenceType);
}
};