Module: Mesa
Branch: master
Commit: a326eedc75d63188158424e779118bac2b451d4f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a326eedc75d63188158424e779118bac2b451d4f

Author: Eric Anholt <e...@anholt.net>
Date:   Mon Mar 12 11:33:40 2018 -0700

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

---

 src/gallium/drivers/vc4/vc4_simulator.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/vc4/vc4_simulator.c 
b/src/gallium/drivers/vc4/vc4_simulator.c
index 3afb16e1fc..37c098a04e 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;
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to