nvk: Move queue_sumbit to nvk_queue_drm_nouveau.c
authorFaith Ekstrand <faith.ekstrand@collabora.com>
Tue, 31 Jan 2023 02:11:58 +0000 (20:11 -0600)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:59 +0000 (21:31 +0000)
commit3ffa526c045066ccea3ed9c08c5539ee968a5f8e
tree159aae50603b3d0fdc5e8a1d7136920cdc53b2e6
parent1832acbac6c4c88ef8458b89ae61ccd7ff0ea6ef
nvk: Move queue_sumbit to nvk_queue_drm_nouveau.c

We're about to start doing nouveau DRM specific stuff in here so let's
move it to a nouveau DRM specific file.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
src/nouveau/vulkan/meson.build
src/nouveau/vulkan/nvk_queue.c
src/nouveau/vulkan/nvk_queue.h
src/nouveau/vulkan/nvk_queue_drm_nouveau.c [new file with mode: 0644]