From: Eric Anholt Date: Mon, 12 Mar 2018 18:33:40 +0000 (-0700) Subject: brodacom/vc4: Fix simulator since the perfmon change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a326eedc75d63188158424e779118bac2b451d4f;p=mesa.git brodacom/vc4: Fix simulator since the perfmon change. It would be nice to support perfmon with simulator, and might be a useful tool for regression testing performance (since the simulator would be deterministic). --- diff --git a/src/gallium/drivers/vc4/vc4_simulator.c b/src/gallium/drivers/vc4/vc4_simulator.c index 3afb16e1fcf..37c098a04e9 100644 --- a/src/gallium/drivers/vc4/vc4_simulator.c +++ b/src/gallium/drivers/vc4/vc4_simulator.c @@ -620,6 +620,7 @@ vc4_simulator_get_param_ioctl(int fd, struct drm_vc4_get_param *args) return 0; case DRM_VC4_PARAM_SUPPORTS_MADVISE: + case DRM_VC4_PARAM_SUPPORTS_PERFMON: errno = -EINVAL; return -1;