anv: Replace handle by anv_bo in the gem_close()
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 18 Jul 2023 16:03:13 +0000 (09:03 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Jul 2023 22:20:24 +0000 (22:20 +0000)
commit5c729cb1b83f3caebc18aa3f5c1d4d6f97811fc4
tree9ef244fcf41339a6ff34c5df57fea511dafce770
parent7e7ab394249a55acc2cd094c5f36206b40542c7b
anv: Replace handle by anv_bo in the gem_close()

struct anv_bo will be needed in the next patch to properly handle
closure of userptr bos.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23787>
src/intel/vulkan/anv_allocator.c
src/intel/vulkan/anv_gem_stubs.c
src/intel/vulkan/anv_kmd_backend.h
src/intel/vulkan/i915/anv_kmd_backend.c
src/intel/vulkan/xe/anv_kmd_backend.c