nouveau: silence some remaining valgrind warnings
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sat, 9 Jun 2012 18:56:37 +0000 (20:56 +0200)
committerMarcin Slusarz <marcin.slusarz@gmail.com>
Sat, 9 Jun 2012 21:23:32 +0000 (23:23 +0200)
commit9e0026d35c56374b53a0b3837e24412bc9a4d8c9
tree361b197771e1669f0414a1047a7db00dcefb354c
parent25e4cb4659c62817aae2ca3b83f2d4f598d6474b
nouveau: silence some remaining valgrind warnings

Valgrind can't understand some of the fields passed to ioctls are overwritten
by kernel, so we need to initialize them. Almost all of our ioctl wrappers
already do it and the cost of remaining 3 is very small.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
nouveau/abi16.c
nouveau/pushbuf.c