X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Famd%2Fvulkan%2Fradv_wsi_display.c;h=2d5167d5f5f7dd430a79fb1633b0f2455cc0928d;hb=7832e75ea80e66aaa1254d5576f1162822543257;hp=d8743a06e3ba5b218c3afd7f0228364c7bd12229;hpb=dc1d10b396179766227dfc6389b3b5541365b1dc;p=mesa.git diff --git a/src/amd/vulkan/radv_wsi_display.c b/src/amd/vulkan/radv_wsi_display.c index d8743a06e3b..2d5167d5f5f 100644 --- a/src/amd/vulkan/radv_wsi_display.c +++ b/src/amd/vulkan/radv_wsi_display.c @@ -283,8 +283,6 @@ radv_RegisterDeviceEventEXT(VkDevice _device, return VK_ERROR_OUT_OF_HOST_MEMORY; fence->fence = NULL; - fence->submitted = true; - fence->signalled = false; fence->syncobj = 0; fence->temp_syncobj = 0; @@ -318,8 +316,6 @@ radv_RegisterDisplayEventEXT(VkDevice _device, return VK_ERROR_OUT_OF_HOST_MEMORY; fence->fence = NULL; - fence->submitted = true; - fence->signalled = false; fence->syncobj = 0; fence->temp_syncobj = 0;