mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Add FtrMemTypeMocsDeferPAT flag
Change-Id: I36e3cbaf824e4cb7469749afbe22d5a3745f261b Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7449b2fcd7
commit
33e64747fd
@@ -97,6 +97,7 @@ class SkuInfoReceiver {
|
||||
|
||||
RECEIVE_FTR(E2ECompression);
|
||||
RECEIVE_FTR(LinearCCS);
|
||||
RECEIVE_FTR(MemTypeMocsDeferPAT);
|
||||
#undef RECEIVE_FTR
|
||||
}
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ class SkuInfoTransfer {
|
||||
TRANSFER_FTR_TO_GMM(LLCBypass);
|
||||
TRANSFER_FTR_TO_GMM(E2ECompression);
|
||||
TRANSFER_FTR_TO_GMM(LinearCCS);
|
||||
TRANSFER_FTR_TO_GMM(MemTypeMocsDeferPAT);
|
||||
|
||||
#undef TRANSFER_FTR_TO_GMM
|
||||
}
|
||||
|
||||
@@ -81,6 +81,7 @@ struct FeatureTableBase {
|
||||
bool ftrWddm2GpuMmu = false;
|
||||
bool ftrWddm2_1_64kbPages = false;
|
||||
bool ftrWddmHwQueues = false;
|
||||
bool ftrMemTypeMocsDeferPAT = false;
|
||||
|
||||
bool ftrKmdDaf = false;
|
||||
bool ftrSimulationMode = false;
|
||||
|
||||
Reference in New Issue
Block a user