mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove redundant coherency variables for SCM
Remove CommandStreamReceiver::lastSentCoherencyRequest Remove CsrSizeRequestFlags::coherencyRequestChanged Related-To: NEO-5995 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
7b4c37e50d
commit
3511b4755f
@ -34,7 +34,6 @@ struct Gen12LpCoherencyRequirements : public ::testing::Test {
|
||||
}
|
||||
|
||||
void overrideCoherencyRequest(bool reqestChanged, bool requireCoherency, bool hasSharedHandles) {
|
||||
csr->getCsrRequestFlags()->coherencyRequestChanged = reqestChanged;
|
||||
csr->getCsrRequestFlags()->hasSharedHandles = hasSharedHandles;
|
||||
flags.requiresCoherency = requireCoherency;
|
||||
csr->streamProperties.stateComputeMode.isCoherencyRequired.value = requireCoherency;
|
||||
|
Reference in New Issue
Block a user