mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
On TGLLP DepthCacheFlush in PC has to be set together with DepthStall
Change-Id: I8d19f1d2de513ad559c565bf1fc4308912b9ee64 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -68,6 +68,7 @@ void PreambleHelper<TGLLPFamily>::addPipeControlBeforeVfeCmd(LinearStream *pComm
|
||||
if (!EngineHelpers::isCcs(engineType)) {
|
||||
cmd.setRenderTargetCacheFlushEnable(true);
|
||||
cmd.setDepthCacheFlushEnable(true);
|
||||
cmd.setDepthStallEnable(true);
|
||||
}
|
||||
cmd.setDcFlushEnable(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user