Lines Matching refs:properties
116 uint64_t properties[DRM_I915_PERF_PROP_MAX * 2];
120 properties[p++] = DRM_I915_PERF_PROP_SAMPLE_OA;
121 properties[p++] = true;
123 properties[p++] = DRM_I915_PERF_PROP_OA_METRICS_SET;
124 properties[p++] = metric_id;
126 properties[p++] = DRM_I915_PERF_PROP_OA_FORMAT;
127 properties[p++] = device->info.ver >= 8 ?
131 properties[p++] = DRM_I915_PERF_PROP_OA_EXPONENT;
132 properties[p++] = 31; /* slowest sampling period */
134 properties[p++] = DRM_I915_PERF_PROP_CTX_HANDLE;
135 properties[p++] = device->context_id;
137 properties[p++] = DRM_I915_PERF_PROP_HOLD_PREEMPTION;
138 properties[p++] = true;
146 properties[p++] = DRM_I915_PERF_PROP_GLOBAL_SSEU;
147 properties[p++] = (uintptr_t) &device->physical->perf->sseu;
153 param.properties_ptr = (uintptr_t)properties;