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
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