mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
sys_ocldev
parent
55ab09e618
commit
ec647dabe9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user