performance: Use copy rect middle on LNL Windows

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-09-17 08:16:50 +00:00
committed by Compute-Runtime-Automation
parent 3cc50f6861
commit 135c0b43ae
2 changed files with 2 additions and 7 deletions

View File

@@ -44,11 +44,6 @@ bool ProductHelperHw<gfxProduct>::isDirectSubmissionSupported(ReleaseHelper *rel
return true;
}
template <>
bool ProductHelperHw<gfxProduct>::isCopyBufferRectSplitSupported() const {
return false;
}
template <>
bool ProductHelperHw<gfxProduct>::mitigateDcFlush() const {
return true;