Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.
authorEric Anholt <eric@anholt.net>
Tue, 5 Feb 2008 02:19:03 +0000 (18:19 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Feb 2008 02:24:16 +0000 (18:24 -0800)
commitfd776e10b327b6a49b76c5082e4cc48059c6ad2e
tree1ded8dccb5bfdad1b40b616ba69f8babcf2ea0ba
parent745df749cc082de9491b91bfcb8705d8d26cbe02
Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.

In addition to potentially binding when it was about to be mapped anyway,
failure to use CACHED_MAPPED means eating a full wbinvd on validate.  Thanks to
airlied for catching this.
src/mesa/drivers/dri/intel/intel_regions.c