mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: correct naming of enum class constants 1/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1fcafd460a
commit
da957d1a37
@@ -594,7 +594,7 @@ uint32_t IoctlHelperXe::createGem(uint64_t size, uint32_t memoryBanks) {
|
||||
|
||||
CacheRegion IoctlHelperXe::closAlloc() {
|
||||
xeLog(" -> IoctlHelperXe::%s\n", __FUNCTION__);
|
||||
return CacheRegion::None;
|
||||
return CacheRegion::none;
|
||||
}
|
||||
|
||||
uint16_t IoctlHelperXe::closAllocWays(CacheRegion closIndex, uint16_t cacheLevel, uint16_t numWays) {
|
||||
@@ -604,7 +604,7 @@ uint16_t IoctlHelperXe::closAllocWays(CacheRegion closIndex, uint16_t cacheLevel
|
||||
|
||||
CacheRegion IoctlHelperXe::closFree(CacheRegion closIndex) {
|
||||
xeLog(" -> IoctlHelperXe::%s\n", __FUNCTION__);
|
||||
return CacheRegion::None;
|
||||
return CacheRegion::none;
|
||||
}
|
||||
|
||||
int IoctlHelperXe::xeWaitUserFence(uint64_t mask, uint16_t op, uint64_t addr, uint64_t value,
|
||||
|
||||
Reference in New Issue
Block a user