Move GmmHelper to RootDeviceEnvironment

Related-To: NEO-3691
Change-Id: I8afdf65f360acc5b9d7b47a728d1d185e5e3700b
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-25 16:38:47 +01:00
committed by sys_ocldev
parent 55ab09e618
commit ec647dabe9
14 changed files with 35 additions and 44 deletions

View File

@@ -111,7 +111,7 @@ bool Wddm::init() {
auto preemptionMode = PreemptionHelper::getDefaultPreemptionMode(*hardwareInfo);
rootDeviceEnvironment.executionEnvironment.setHwInfo(hardwareInfo.get());
rootDeviceEnvironment.executionEnvironment.initGmm();
rootDeviceEnvironment.initGmm();
if (WddmVersion::WDDM_2_3 == getWddmVersion()) {
wddmInterface = std::make_unique<WddmInterface23>(*this);