[intel] Fix the type and naming of the flags/mask args to TTM functions.
authorEric Anholt <eric@anholt.net>
Fri, 30 Nov 2007 22:15:36 +0000 (14:15 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 1 Dec 2007 02:06:32 +0000 (18:06 -0800)
commitddd92ee9a173bbb087ef67b4a36ac231e30c941f
tree3ba69febea9c2da14da922a402966aceab5eb890
parent6f8dee03aaeab67532bbadef27f9e2a91e0022d8
[intel] Fix the type and naming of the flags/mask args to TTM functions.

The uint64_t flags (as defined by drm.h) were being used as unsigned ints in
many places.
src/mesa/drivers/dri/common/dri_bufmgr.c
src/mesa/drivers/dri/common/dri_bufmgr.h
src/mesa/drivers/dri/common/dri_bufmgr_fake.c
src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c