mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
feature: Implement zetMetricGroupGetGlobalTimestampsExp()
Resolves: LOCI-3072 Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fe4330e588
commit
96517a08aa
@@ -817,7 +817,7 @@ int Drm::getTimestampFrequency(int &frequency) {
|
||||
return getParamIoctl(DrmParam::ParamCsTimestampFrequency, &frequency);
|
||||
}
|
||||
|
||||
int Drm::getOATimestampFrequency(int &frequency) {
|
||||
int Drm::getOaTimestampFrequency(int &frequency) {
|
||||
frequency = 0;
|
||||
return getParamIoctl(DrmParam::ParamOATimestampFrequency, &frequency);
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ class Drm : public DriverModel {
|
||||
int getEnabledPooledEu(int &enabled);
|
||||
int getMinEuInPool(int &minEUinPool);
|
||||
int getTimestampFrequency(int &frequency);
|
||||
int getOATimestampFrequency(int &frequency);
|
||||
int getOaTimestampFrequency(int &frequency);
|
||||
|
||||
MOCKABLE_VIRTUAL int queryGttSize(uint64_t >tSizeOutput);
|
||||
bool isPreemptionSupported() const { return preemptionSupported; }
|
||||
|
||||
Reference in New Issue
Block a user