anv: disable dev.i915.perf_stream_paranoid=0 warning

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>
This commit is contained in:
Mike Blumenkrantz 2022-07-20 15:04:22 -04:00 committed by Marge Bot
parent bec82bb436
commit aed433833f
1 changed files with 1 additions and 11 deletions

View 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.