summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-06-03 12:43:51 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-06-03 13:48:58 +0100
commit1c55d0447dba5bbde5be3903b273e04e3c9d084f (patch)
tree4c4b1c020ae52860e5359e61ac4e727029174802 /src/sna/kgem.h
parenta82bfb033448eb61bf8cc7f5358be019f0cc28e6 (diff)
sna: Allow replacements to cancel operations between both bo under a Pixmap
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/kgem.h')
-rw-r--r--src/sna/kgem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h
index 6e61909e..ae258210 100644
--- a/src/sna/kgem.h
+++ b/src/sna/kgem.h
@@ -548,6 +548,7 @@ static inline bool kgem_bo_is_snoop(struct kgem_bo *bo)
}
void kgem_bo_undo(struct kgem *kgem, struct kgem_bo *bo);
+void kgem_bo_pair_undo(struct kgem *kgem, struct kgem_bo *a, struct kgem_bo *b);
bool __kgem_busy(struct kgem *kgem, int handle);