Lines Matching defs:properties
109 uint64_t properties[DRM_I915_PERF_PROP_MAX * 2];
113 properties[p++] = DRM_I915_PERF_PROP_SAMPLE_OA;
114 properties[p++] = true;
116 properties[p++] = DRM_I915_PERF_PROP_OA_METRICS_SET;
117 properties[p++] = metric_id;
119 properties[p++] = DRM_I915_PERF_PROP_OA_FORMAT;
120 properties[p++] = device->info.ver >= 8 ?
124 properties[p++] = DRM_I915_PERF_PROP_OA_EXPONENT;
125 properties[p++] = 31; /* slowest sampling period */
127 properties[p++] = DRM_I915_PERF_PROP_CTX_HANDLE;
128 properties[p++] = device->context_id;
130 properties[p++] = DRM_I915_PERF_PROP_HOLD_PREEMPTION;
131 properties[p++] = true;
143 properties[p++] = DRM_I915_PERF_PROP_GLOBAL_SSEU;
144 properties[p++] = (uintptr_t) &device->physical->perf->sseu;
150 param.properties_ptr = (uintptr_t)properties;