mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
Reset cmdList - Fix to set genericMediaStateClear bit during programSBA
This resolves corruptions by flushing ID cache on HW Change-Id: I56919360ac126cec67c5cbcf6380acfd72e0bcdb Signed-off-by: Vinod Tipparaju <vinod.tipparaju@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ef88aed3fa
commit
8d0df0c8a7
@@ -136,6 +136,8 @@ void CommandContainer::reset() {
|
||||
}
|
||||
|
||||
reserveBindlessOffsets(*indirectHeaps[HeapType::SURFACE_STATE]);
|
||||
iddBlock = nullptr;
|
||||
nextIddInBlock = this->getNumIddPerBlock();
|
||||
}
|
||||
|
||||
void *CommandContainer::getHeapSpaceAllowGrow(HeapType heapType,
|
||||
|
||||
Reference in New Issue
Block a user