Skip to content

anv: disable i915_perf warning on non-Linux

Jan Beich requested to merge jbeich/mesa:i915_perf into master

Regressed by 2001a80d. Let's not spam a warning about kernel feature not implemented on any BSD. CC @manu

$ vkcube
INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

https://github.com/freebsd/drm-kmod/blob/drm_v5.2_10/drivers/gpu/drm/i915/i915_drv.h#L3386
https://github.com/openbsd/src/blob/68a1d3c69b86/sys/dev/pci/drm/i915/i915_perf.c#L3262
https://github.com/DragonFlyBSD/DragonFlyBSD/search?q=i915_perf
https://github.com/netbsd/src/search?q=i915_perf

Merge request reports