nouveau: typecast the prime_fd handle when calling nouveau_bo_set_prime
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 12 Mar 2014 16:35:10 +0000 (16:35 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 14 Mar 2014 13:00:01 +0000 (13:00 +0000)
commitae7d2361721926dc16a4c71034536f6b8676e1be
tree3b3b6dc5869910409a19f2d51d8e23b8a581d7a4
parentc26b488088a459be26cfdb0b134fb058aa4c0411
nouveau: typecast the prime_fd handle when calling nouveau_bo_set_prime

Core drm defines that the handle is of type int, while all drivers
treat it as uint internally. Typecast the value to silence gcc
warning messages and be consistent amongst all drivers.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/drivers/nouveau/nouveau_screen.c