From 4f6044a27336cc75f1f26eaeb0afbcfac27190b9 Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Tue, 21 Jan 2020 11:49:55 +0100 Subject: [PATCH] radv: Remove syncobj_handle variable in header. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Samuel Pitoiset Tested-by: Marge Bot Part-of: (cherry picked from commit bd4380c63c3b8b8b5f60dc840809dbe96a222fd7) --- .pick_status.json | 2 +- src/amd/vulkan/radv_radeon_winsys.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index f1d7cfa0486..009b6e8eb95 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1984,7 +1984,7 @@ "description": "radv: Remove syncobj_handle variable in header.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "eaa56eab6da565c7bc84419c025c7c9bc90cf87a" }, diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h index ba464dea884..e53d48d5cb5 100644 --- a/src/amd/vulkan/radv_radeon_winsys.h +++ b/src/amd/vulkan/radv_radeon_winsys.h @@ -164,7 +164,6 @@ struct radeon_bo_metadata { uint32_t metadata[64]; }; -uint32_t syncobj_handle; struct radeon_winsys_fence; struct radeon_winsys_bo { -- 2.11.0