Fix capabilities table for DG1 causing L0 init failure

Change-Id: Ia3742bf8cef6693607e4a457c5528da5bce618c1
Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>
This commit is contained in:
Spruit, Neil R
2020-06-30 16:35:09 +00:00
committed by Jaime Arteaga
parent 3109581c41
commit 00494116f4

View File

@@ -77,6 +77,7 @@ const RuntimeCapabilityTable DG1::capabilityTable{
false, // supportsPipes
true, // supportsOcl21Features
false, // supportsOnDemandPageFaults
false, // supportsIndependentForwardProgress
false, // hostPtrTrackingEnabled
true // levelZeroSupported
};