anv: disable dev.i915.perf_stream_paranoid=0 warning
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 20 Jul 2022 19:04:22 +0000 (15:04 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 22 Jul 2022 17:24:04 +0000 (17:24 +0000)
this is spammed constantly even if ANV isn't used

fixes #6731

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17661>

src/intel/vulkan/anv_perf.c

index b5c5c31..306284e 100644 (file)
@@ -52,18 +52,8 @@ anv_physical_device_init_perf(struct anv_physical_device *device, int fd)
                            false /* pipeline statistics */,
                            true /* register snapshots */);
 
-   if (!perf->n_queries) {
-      if (perf->platform_supported) {
-         static bool warned_once = false;
-
-         if (!warned_once) {
-            mesa_logw("Performance support disabled, "
-                      "consider sysctl dev.i915.perf_stream_paranoid=0\n");
-            warned_once = true;
-         }
-      }
+   if (!perf->n_queries)
       goto err;
-   }
 
    /* We need DRM_I915_PERF_PROP_HOLD_PREEMPTION support, only available in
     * perf revision 2.