Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / perf / gen_perf.h
index 073236c431752baf6e0f065947ca12cc1171c3f8..790719ccbadad3960acea2d5f1d7e1af2d3f39ec 100644 (file)
@@ -283,6 +283,11 @@ struct gen_perf_config {
     */
    struct hash_table *oa_metrics_table;
 
+   /* When MDAPI hasn't configured the metric we need to use by the time the
+    * query begins, this OA metric is used as a fallback.
+    */
+   uint64_t fallback_raw_oa_metric;
+
    /* Whether we have support for this platform. If true && n_queries == 0,
     * this means we will not be able to use i915-perf because of it is in
     * paranoid mode.