intel-gem: Don't do the GTT-pwrite shortcut on tiled buffers.
authorEric Anholt <eric@anholt.net>
Wed, 23 Jul 2008 15:36:54 +0000 (08:36 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 23 Jul 2008 17:10:48 +0000 (10:10 -0700)
commitbddb952578d58c4dcfafe969c045a39d27666b56
tree2021ced16caedbfd7fbf0b6f5d7d66545cf4fc7d
parenta5d8f35f0fa651fbe8ca2897875ba188ca7dcda5
intel-gem: Don't do the GTT-pwrite shortcut on tiled buffers.

These will be covered by the fence, while pread/pwrite are supposed to be
CPU-perspective writes, with manual detiling done by the client.
linux-core/i915_gem.c