[Intel-gfx] [PATCH i-g-t 2/2] aubdump: support new ioctl
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Sun Jan 29 23:35:42 UTC 2017
Otherwise we won't log anything with OpenGL applications using a
recent Mesa driver.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
tools/aubdump.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/aubdump.c b/tools/aubdump.c
index d53addc2..59ef3e7e 100644
--- a/tools/aubdump.c
+++ b/tools/aubdump.c
@@ -632,7 +632,8 @@ ioctl(int fd, unsigned long request, ...)
return libc_ioctl(fd, request, argp);
}
- case DRM_IOCTL_I915_GEM_EXECBUFFER2: {
+ case DRM_IOCTL_I915_GEM_EXECBUFFER2:
+ case DRM_IOCTL_I915_GEM_EXECBUFFER2_WR: {
dump_execbuffer2(fd, argp);
if (device_override)
return 0;
--
2.11.0
More information about the Intel-gfx
mailing list