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>
This commit is contained in:
parent
025d3d46dc
commit
71512b2438
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue