Re: [Intel-gfx] [PATCH 7/7] sna: add an assert in the lengthy sna_drawable_use_bo

2016-02-12 Thread Chris Wilson
On Fri, Feb 12, 2016 at 06:31:29PM +0200, Martin Peres wrote: > I got lost in all the changes done on priv->flush and gpu_bo enough > not to be able to guarantee that if flush is non-null, so is gpu_bo. > > Caught by Klockwork. Nope, impossible. -Chris -- Chris Wilson, Intel Open Source

[Intel-gfx] [PATCH 7/7] sna: add an assert in the lengthy sna_drawable_use_bo

2016-02-12 Thread Martin Peres
I got lost in all the changes done on priv->flush and gpu_bo enough not to be able to guarantee that if flush is non-null, so is gpu_bo. Caught by Klockwork. Signed-off-by: Martin Peres --- src/sna/sna_accel.c | 1 + 1 file changed, 1 insertion(+) diff --git