mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
fix: don't transfer FtrTile64Optimization to gmmlib
Related-To: HSD-18034338825 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2e09bcb89b
commit
2eebbcd41e
@@ -48,7 +48,6 @@ class SkuInfoTransfer {
|
||||
TRANSFER_FTR_TO_GMM(Ppgtt64KBWalkOptimization);
|
||||
TRANSFER_FTR_TO_GMM(Unified3DMediaCompressionFormats);
|
||||
TRANSFER_FTR_TO_GMM(57bGPUAddressing);
|
||||
TRANSFER_FTR_TO_GMM(Tile64Optimization);
|
||||
|
||||
#undef TRANSFER_FTR_TO_GMM
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ struct SkuInfoBaseReference {
|
||||
refFtrTable.FtrPpgtt64KBWalkOptimization = 1;
|
||||
refFtrTable.FtrUnified3DMediaCompressionFormats = 1;
|
||||
refFtrTable.Ftr57bGPUAddressing = 1;
|
||||
refFtrTable.FtrTile64Optimization = 1;
|
||||
}
|
||||
|
||||
static void fillReferenceWaForTransfer(_WA_TABLE &refWaTable) {
|
||||
|
||||
Reference in New Issue
Block a user