mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change L1 cache setup
Related-To: NEO-4942 Change-Id: I9f8c3a5aa4d3dee57595ac287df64d8c9b41a9cb Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
@ -58,7 +58,7 @@ using CommandStreamReceiverFlushTaskTests = UltCommandStreamReceiverTest;
|
||||
GEN12LPTEST_F(UltCommandStreamReceiverTest, givenStateBaseAddressWhenItIsRequiredThenThereIsPipeControlPriorToItWithTextureCacheFlushAndHdc) {
|
||||
using STATE_BASE_ADDRESS = typename FamilyType::STATE_BASE_ADDRESS;
|
||||
auto &commandStreamReceiver = pDevice->getUltCommandStreamReceiver<FamilyType>();
|
||||
configureCSRtoNonDirtyState<FamilyType>();
|
||||
configureCSRtoNonDirtyState<FamilyType>(false);
|
||||
ioh.replaceBuffer(ptrOffset(ioh.getCpuBase(), +1u), ioh.getMaxAvailableSpace() + MemoryConstants::pageSize * 3);
|
||||
|
||||
flushTask(commandStreamReceiver);
|
||||
|
Reference in New Issue
Block a user