Add device capability for timestamp valid bits

Change-Id: Ib4a0f4ce80f0fc3649f366ceb458e8f506a97e34
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2020-09-18 10:58:07 -07:00
committed by sys_ocldev
parent 7fdfa870fe
commit 2e912aff52
15 changed files with 55 additions and 13 deletions

View File

@ -73,7 +73,9 @@ const RuntimeCapabilityTable KBL::capabilityTable{
true, // supportsIndependentForwardProgress
true, // hostPtrTrackingEnabled
true, // levelZeroSupported
true // isIntegratedDevice
true, // isIntegratedDevice
36u, // timestampValidBits
32u // kernelTimestampValidBits
};
WorkaroundTable KBL::workaroundTable = {};