mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
feature: Support for metrics group exp extension
Support zet_metric_global_timestamps_resolution_exp_t Resolves: LOCI-4350 Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f329fa5f87
commit
cfa187aec6
@@ -101,6 +101,10 @@ int DrmMock::ioctl(DrmIoctl request, void *arg) {
|
||||
*gp->value = this->storedCsTimestampFrequency;
|
||||
return this->storedRetVal;
|
||||
}
|
||||
if (gp->param == I915_PARAM_OA_TIMESTAMP_FREQUENCY) {
|
||||
*gp->value = this->storedOaTimestampFrequency;
|
||||
return this->storedRetVal;
|
||||
}
|
||||
}
|
||||
|
||||
if ((request == DrmIoctl::GemContextCreateExt) && (arg != nullptr)) {
|
||||
|
||||
Reference in New Issue
Block a user