mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Allow Device creating multiple CSRs [5/n]
- Move Engine type to OsContext - Move OsContext to CSR - Improve EngineMapper logic - CompletionStamp cleanup Change-Id: I935cb7169c8c48cd09837e20e3da06f6dd3437b9 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
9a89426ec1
commit
2d77b86e70
@@ -36,7 +36,7 @@ class WddmPreemptionTests : public Test<WddmFixtureWithMockGdiDll> {
|
||||
PreemptionMode preemptionMode = PreemptionHelper::getDefaultPreemptionMode(hwInfoTest);
|
||||
wddm->setPreemptionMode(preemptionMode);
|
||||
wddm->init();
|
||||
osContext = std::make_unique<OsContext>(osInterface.get(), 0u);
|
||||
osContext = std::make_unique<OsContext>(osInterface.get(), 0u, gpgpuEngineInstances[0]);
|
||||
osContextWin = osContext->get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user