anv: Rework fences to work more like BO semaphores
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Aug 2017 18:46:09 +0000 (11:46 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 29 Aug 2017 01:35:22 +0000 (18:35 -0700)
commitf992bb205c174e0a8e6574258598f5268dd0e0cb
treeb4d0121867d4d6da752ba5455d31d9e233d503f5
parent2eacfdeec9c1bd3be291e8f9526580da331a8ec4
anv: Rework fences to work more like BO semaphores

This commit changes fences to work a bit more like BO semaphores.
Instead of the fence being a batch, it's simply a BO that gets added
to the validation list for the last execbuf call in the QueueSubmit
operation.  It's a bit annoying finding the last submit in the execbuf
but this allows us to avoid the dummy execbuf.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_batch_chain.c
src/intel/vulkan/anv_private.h
src/intel/vulkan/anv_queue.c