mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Move PageTableManager from rootDeviceEnvironment to CommandStreamReceiver
Also add init of pageTable registers to blitter path Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
897420236a
commit
30b3f5cdb0
@@ -317,7 +317,7 @@ bool Device::createEngine(uint32_t deviceCsrIndex, EngineTypeUsage engineTypeUsa
|
||||
commandStreamReceiver->initializeDefaultsForInternalEngine();
|
||||
}
|
||||
|
||||
if (commandStreamReceiver->needsPageTableManager(engineType)) {
|
||||
if (commandStreamReceiver->needsPageTableManager(engineUsage)) {
|
||||
commandStreamReceiver->createPageTableManager();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user