Add FtrMemTypeMocsDeferPAT flag

Change-Id: I36e3cbaf824e4cb7469749afbe22d5a3745f261b
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz 2019-09-20 07:51:23 +02:00 committed by sys_ocldev
parent 7449b2fcd7
commit 33e64747fd
4 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class SkuInfoReceiver {
RECEIVE_FTR(E2ECompression);
RECEIVE_FTR(LinearCCS);
RECEIVE_FTR(MemTypeMocsDeferPAT);
#undef RECEIVE_FTR
}

View File

@ -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
}

View File

@ -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;

View File

@ -38,6 +38,7 @@ struct SkuInfoBaseReference {
refFtrTable.FtrE2ECompression = 1;
refFtrTable.FtrLinearCCS = 1;
refFtrTable.FtrMemTypeMocsDeferPAT = 1;
}
static void fillReferenceWaForTransfer(_WA_TABLE &refWaTable) {
@ -131,6 +132,7 @@ struct SkuInfoBaseReference {
refFtrTable.ftrE2ECompression = 1;
refFtrTable.ftrLinearCCS = 1;
refFtrTable.ftrMemTypeMocsDeferPAT = 1;
}
static void fillReferenceWaToReceive(WorkaroundTable &refWaTable) {