mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
performance: enable timestamp reuse on linux
Related-To: NEO-13456 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
74824f659a
commit
c3ed6e062a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user