mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: prevent from using MEM_SET::MODE_EVICT_MODE on BMG
Related-To: HSD-14025389045 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1fc0826394
commit
f46878f290
@@ -7512,6 +7512,7 @@ typedef struct tagMEM_SET {
|
||||
return static_cast<FILL_TYPE>(TheStructure.Common.FillType);
|
||||
}
|
||||
inline void setMode(const MODE value) {
|
||||
UNRECOVERABLE_IF(value == MODE_EVICT_MODE);
|
||||
TheStructure.Common.Mode = value;
|
||||
}
|
||||
inline MODE getMode() const {
|
||||
|
||||
Reference in New Issue
Block a user