diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-02-22 13:44:24 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-02-22 13:44:41 +0000 |
commit | 71512b2438e06b2bd256aff3657797152fbef38e (patch) | |
tree | e3c1c46e8549467080e060a09308140b9943930e | |
parent | 025d3d46dc28e967b4f42e5748d13c7fb3ad283b (diff) |
sna: Clear the flush flag on release of scanout/dri
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46445
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/kgem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/kgem.c b/src/sna/kgem.c index f79deff9..5ded9041 100644 --- a/src/sna/kgem.c +++ b/src/sna/kgem.c @@ -3665,6 +3665,7 @@ void kgem_bo_clear_scanout(struct kgem *kgem, struct kgem_bo *bo) { bo->needs_flush = true; bo->reusable = true; + bo->flush = false; if (!bo->scanout) return; |