radv: Rename SDMA file to radv_sdma.c
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 26 Sep 2023 09:34:42 +0000 (11:34 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 19 Oct 2023 14:35:00 +0000 (14:35 +0000)
It already contains more than just the buffer image copies.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25770>

src/amd/vulkan/meson.build
src/amd/vulkan/radv_sdma.c [moved from src/amd/vulkan/radv_sdma_copy_image.c with 100% similarity]

index d1c4172..8de1ccc 100644 (file)
@@ -124,7 +124,7 @@ libradv_files = files(
   'radv_rt_common.c',
   'radv_rt_shader.c',
   'radv_sampler.c',
-  'radv_sdma_copy_image.c',
+  'radv_sdma.c',
   'radv_shader.c',
   'radv_shader.h',
   'radv_shader_args.c',