Re: [Mesa-dev] [PATCH 1/2] anv: Add error handling to setup_empty_execbuf().

2017-08-19 Thread Lionel Landwerlin
Both patches are : Reviewed-by: Lionel Landwerlin On 18/08/17 21:52, Francisco Jerez wrote: The anv_execbuf_add_bo() call can actually fail in practice, which should cause the QueueSubmit operation to fail. Reported by Coverity. CID: 1416606: Unchecked return value (CHECKED_RETURN) --- src

[Mesa-dev] [PATCH 1/2] anv: Add error handling to setup_empty_execbuf().

2017-08-18 Thread Francisco Jerez
The anv_execbuf_add_bo() call can actually fail in practice, which should cause the QueueSubmit operation to fail. Reported by Coverity. CID: 1416606: Unchecked return value (CHECKED_RETURN) --- src/intel/vulkan/anv_batch_chain.c | 22 +- 1 file changed, 13 insertions(+), 9 d