anv: fix assumptions about temporary fence payload
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 11 Dec 2019 23:51:37 +0000 (01:51 +0200)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 12 Dec 2019 10:10:48 +0000 (10:10 +0000)
commit2c5eb1df681e28c23e24219eab803b6d4da5aa38
tree86c649565395392a0b627a291edfd8c3114c9f58
parent52bc235f2adcae8a3f40c74b15c9aad9e2b5c5b9
anv: fix assumptions about temporary fence payload

Since f9a3d9738b12 temporary BO_WSI are definitely a thing so we have
an assert wrong.

Take that opportunity to expand a bit on an existing comment.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: f9a3d9738b12 ("anv: Use BO fences/semaphores for AcquireNextImage")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
src/intel/vulkan/anv_queue.c