Pass FtrWddm2GpuMmu flag to GMM

Change-Id: Ie52f1889a2ce1ab7abab8ac39a5dc6f0e60c6bcf
This commit is contained in:
Dunajski, Bartosz
2018-01-08 14:26:06 +01:00
committed by sys_ocldev
parent f235ba015e
commit 11e7a5f1d9
5 changed files with 181 additions and 22 deletions

View File

@@ -181,6 +181,7 @@ void Wddm::setupFeatureTableFromAdapterInfo(FeatureTable *table, ADAPTER_INFO *a
COPY_FTR(ftrLLCBypass, FtrLLCBypass);
COPY_FTR(ftrDisplayEngineS3d, FtrDisplayEngineS3d);
COPY_FTR(ftrVERing, FtrVERing);
COPY_FTR(ftrWddm2GpuMmu, FtrWddm2GpuMmu);
#undef COPY_FTR
}
void Wddm::setupWorkaroundTableFromAdapterInfo(WorkaroundTable *table, ADAPTER_INFO *adapterInfo) {