nvk: Add a ws_dev to nvk_device and use it
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Thu, 20 Jul 2023 17:49:34 +0000 (12:49 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:32:06 +0000 (21:32 +0000)
commitbe5d6c7cbe33c7acb28ba5e42901b9cc47971566
tree3ec7d1472edf504ea762706793ce002f11a566d9
parente2bdbc2151a98a73cb305b266ceca0c785478984
nvk: Add a ws_dev to nvk_device and use it

At the moment, this is just a convenient short-hand but we're about to
permanently move the nouveau_ws_device to nvk_device so it will be the
only way to access it soon.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
13 files changed:
src/nouveau/vulkan/nvk_bo_sync.c
src/nouveau/vulkan/nvk_cmd_pool.c
src/nouveau/vulkan/nvk_descriptor_set.c
src/nouveau/vulkan/nvk_descriptor_table.c
src/nouveau/vulkan/nvk_device.c
src/nouveau/vulkan/nvk_device.h
src/nouveau/vulkan/nvk_device_memory.c
src/nouveau/vulkan/nvk_heap.c
src/nouveau/vulkan/nvk_physical_device.c
src/nouveau/vulkan/nvk_physical_device.h
src/nouveau/vulkan/nvk_query_pool.c
src/nouveau/vulkan/nvk_queue.c
src/nouveau/vulkan/nvk_queue_drm_nouveau.c