Re: [Mesa-dev] [PATCH] anv: fix assert in wsi image code.

2017-10-11 Thread Daniel Stone
On 11 October 2017 at 00:47, Dave Airlie wrote: > This assert was firing just running demos. > > Jason said it should be this. Yeah, that confused me going past in a rebase the other day, but I didn't look any closer at it. Reviewed-by: Daniel Stone _

Re: [Mesa-dev] [PATCH] anv: fix assert in wsi image code.

2017-10-10 Thread Jason Ekstrand
Bah... Reviewed-by: Jason Ekstrand On Tue, Oct 10, 2017 at 4:47 PM, Dave Airlie wrote: > From: Dave Airlie > > This assert was firing just running demos. > > Jason said it should be this. > > Fixes: 6c7720ed78 (anv/wsi: Allocate enough memory for the entire image) > Signed-off-by: Dave Airlie

[Mesa-dev] [PATCH] anv: fix assert in wsi image code.

2017-10-10 Thread Dave Airlie
From: Dave Airlie This assert was firing just running demos. Jason said it should be this. Fixes: 6c7720ed78 (anv/wsi: Allocate enough memory for the entire image) Signed-off-by: Dave Airlie --- src/intel/vulkan/anv_wsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src