mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user