performance: enable timestamp reuse on linux

Related-To: NEO-13456

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-12-10 09:25:56 +00:00
committed by Compute-Runtime-Automation
parent 74824f659a
commit c3ed6e062a
4 changed files with 11 additions and 1 deletions

View File

@@ -234,6 +234,8 @@ class IoctlHelper {
virtual bool queryDeviceParams(uint32_t *moduleId, uint16_t *serverType) { return false; }
virtual bool isTimestampsRefreshEnabled() { return false; }
protected:
Drm &drm;
ExternalCtx *externalCtx = nullptr;