fix: Don't use copy rect middle on LNL Windows

Resolves: HSD-18039890120

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-09-09 13:31:36 +00:00
committed by Compute-Runtime-Automation
parent bfaeeb01d6
commit fa61b92cfb
7 changed files with 29 additions and 0 deletions

View File

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