radv: use the global BO list from the winsys
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 4 Feb 2021 17:21:19 +0000 (18:21 +0100)
committerMarge Bot <eric+marge@anholt.net>
Tue, 9 Feb 2021 10:03:47 +0000 (10:03 +0000)
commit96b03aaa175da4ea391c1e27b46a4235908611f4
tree8e984600c66750feb90fb8eca906e0f80173f6da
parentf6c28474a3b9867bc1d4e1278c8dc8a7fd9823a2
radv: use the global BO list from the winsys

We had two different implements for the global BO list, one in RADV
and one in the winsys. This will also allow to make more BOs resident.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8868>
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_private.h
src/amd/vulkan/radv_radeon_winsys.h
src/amd/vulkan/radv_wsi.c
src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c