mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Add patchToken OffsetToSkipSetFFIDGP in device execution
Change-Id: I0634836b787fa371f0b64779732941396a6ba804 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com> Related-To: NEO-3892
This commit is contained in:
@@ -100,6 +100,9 @@ void TGLLP::setupFeatureAndWorkaroundTable(HardwareInfo *hwInfo) {
|
||||
workaroundTable->wa4kAlignUVOffsetNV12LinearSurface = true;
|
||||
workaroundTable->waEnablePreemptionGranularityControlByUMD = true;
|
||||
workaroundTable->waUntypedBufferCompression = true;
|
||||
if (hwInfo->platform.usRevId == REVISION_A0) {
|
||||
workaroundTable->waUseOffsetToSkipSetFFIDGP = true;
|
||||
}
|
||||
};
|
||||
|
||||
const HardwareInfo TGLLP_1x6x16::hwInfo = {
|
||||
|
||||
Reference in New Issue
Block a user