mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
fix: transfer ftrTile64Optimization flag to gmmlib
Related-To: NEO-8053 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
529aa60563
commit
071e240d15
@@ -44,6 +44,7 @@ struct SkuInfoBaseReference {
|
||||
refFtrTable.FtrPpgtt64KBWalkOptimization = 1;
|
||||
refFtrTable.FtrUnified3DMediaCompressionFormats = 1;
|
||||
refFtrTable.Ftr57bGPUAddressing = 1;
|
||||
refFtrTable.FtrTile64Optimization = 1;
|
||||
}
|
||||
|
||||
static void fillReferenceWaForTransfer(_WA_TABLE &refWaTable) {
|
||||
@@ -111,6 +112,7 @@ struct SkuInfoBaseReference {
|
||||
refFtrTable.flags.ftrPpgtt64KBWalkOptimization = true;
|
||||
refFtrTable.flags.ftrUnified3DMediaCompressionFormats = true;
|
||||
refFtrTable.flags.ftr57bGPUAddressing = true;
|
||||
refFtrTable.flags.ftrTile64Optimization = true;
|
||||
}
|
||||
|
||||
static void fillReferenceWaToReceive(WorkaroundTable &refWaTable) {
|
||||
|
||||
Reference in New Issue
Block a user