aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2020-01-21 11:49:55 +0100
committerMarge Bot <[email protected]>2020-01-21 12:28:00 +0000
commitbd4380c63c3b8b8b5f60dc840809dbe96a222fd7 (patch)
tree3f28cd496098ce42f2eac3a08b35307e105cff0d /src/amd
parentdc594c95ddc66888e5971a8684a62b0c11ec9885 (diff)
radv: Remove syncobj_handle variable in header.
I strongly suspect it was supposed to be a typedef. However, used nowhere, we should remove it. Fixes: eaa56eab6da "radv: initial support for shared semaphores (v2)" Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2385 Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/vulkan/radv_radeon_winsys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h
index c8790917bcc..5c7b1ab5118 100644
--- a/src/amd/vulkan/radv_radeon_winsys.h
+++ b/src/amd/vulkan/radv_radeon_winsys.h
@@ -156,7 +156,6 @@ struct radeon_bo_metadata {
uint32_t metadata[64];
};
-uint32_t syncobj_handle;
struct radeon_winsys_fence;
struct radeon_winsys_bo {