performance: Enable timestamp wait for queues on Xe2

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-12-12 14:42:05 +00:00
committed by Compute-Runtime-Automation
parent 8151224501
commit 093d987e33
3 changed files with 8 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ uint32_t GfxCoreHelperHw<Family>::getMocsIndex(const GmmHelper &gmmHelper, bool
template <>
bool GfxCoreHelperHw<Family>::isTimestampWaitSupportedForQueues() const {
return false;
return true;
}
template <>