radv/amdgpu: Remove cs_add_buffers because it's no longer necessary.
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 17 Dec 2022 15:22:20 +0000 (16:22 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 20 Dec 2022 14:23:49 +0000 (14:23 +0000)
commitb8e4cc73bfa0880ed8d1f25a86f9f80a1207972b
treeaca016dd2e7e8e715448df0d3e388a85c4076c8c
parent97d3377b56a8e2abe4fdfb8cc9643434662e8718
radv/amdgpu: Remove cs_add_buffers because it's no longer necessary.

This function was added because previously ACE and GFX work was
submitted separately and we needed to make sure they both use the
same BOs. Now they are part of the same submission so this
function is not necessary anymore.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010>
src/amd/vulkan/radv_cmd_buffer.c
src/amd/vulkan/radv_radeon_winsys.h
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c