commit | 4a7266123fce399f695b62b7f87b467b317f1487 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Feb 01 13:59:16 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Feb 22 11:54:41 2010 -0500 |
tree | d3341f3552d1c78069c88af26762f49ae7a3ff19 | |
parent | af86d4b0f064413d2f353a41cdc23b7dbff0823d [diff] |
drm/i915: move a gtt flush to the correct place No functional change, because gtt flushing is a no-op. Still, try to keep the bookkeeping accurate. The if is still slightly wrong for with execbuf2 even i915-class hw doesn't always need a fence reg for gpu access. But that's for somewhen lateron. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Eric Anholt <eric@anholt.net>