mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Decanonize general state base address
Change-Id: I9c0bc92f5e11467d13c04fee4add85193e2a3c3f Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -35,7 +35,8 @@ void StateBaseAddressHelper<GfxFamily>::programStateBaseAddress(
|
||||
|
||||
pCmd->setDynamicStateBaseAddress(dsh.getHeapGpuBase());
|
||||
// GSH must be set to 0 for stateless
|
||||
pCmd->setGeneralStateBaseAddress(generalStateBase);
|
||||
pCmd->setGeneralStateBaseAddress(GmmHelper::decanonize(generalStateBase));
|
||||
|
||||
pCmd->setSurfaceStateBaseAddress(ssh.getHeapGpuBase());
|
||||
pCmd->setInstructionBaseAddress(internalHeapBase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user