anv: Drop bo_flags from anv_bo_pool
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 2 Dec 2019 18:02:12 +0000 (12:02 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 5 Dec 2019 16:58:14 +0000 (10:58 -0600)
commit0bba88081b416586d733878977da5950fa3e93d6
tree46f431296f38522c1e9eaf4a5114efb72708e2f8
parentf6a913bb9540a9c3fa5a22ad5e08dfe87dafdaaf
anv: Drop bo_flags from anv_bo_pool

In ee77938733cd, we started using the BO cache for anv_bo_pool and
stopped using the bo_flags parameter.  However, we never dropped it from
the struct or the init function.

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_allocator.c
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_private.h