Correct root device index in SBA programming

Related-To: NEO-3691
Change-Id: I568072d0f915484cc81a1d336f6efd86cba76f62
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
Jablonski, Mateusz
2020-04-03 14:35:01 +02:00
parent 4786f1a6c2
commit 6d4832fe24

View File

@@ -51,7 +51,7 @@ void CommandQueueHw<gfxCoreFamily>::programGeneralStateBaseAddress(uint64_t gsba
gsba,
true,
(device->getMOCS(true, false) >> 1),
device->getDriverHandle()->getMemoryManager()->getInternalHeapBaseAddress(0),
device->getDriverHandle()->getMemoryManager()->getInternalHeapBaseAddress(device->getRootDeviceIndex()),
true,
gmmHelper,
false);