mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
fix: pass rootDevice when creating secondary contexts
- fix initialization of gfxCoreHelper in drm and wddm Related-To: NEO-7824, NEO-8171 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a5ee3b640b
commit
9d052cd8ee
@@ -116,6 +116,7 @@ bool Wddm::init() {
|
||||
productHelper.adjustPlatformForProductFamily(hardwareInfo);
|
||||
rootDeviceEnvironment.initApiGfxCoreHelper();
|
||||
rootDeviceEnvironment.initGfxCoreHelper();
|
||||
rootDeviceEnvironment.initializeGfxCoreHelperFromProductHelper();
|
||||
rootDeviceEnvironment.initializeGfxCoreHelperFromHwInfo();
|
||||
rootDeviceEnvironment.initAilConfigurationHelper();
|
||||
if (false == rootDeviceEnvironment.initAilConfiguration()) {
|
||||
|
||||
Reference in New Issue
Block a user