From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 466BB42337 for ; Wed, 7 Jun 2023 21:31:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8F38D68C0D3; Thu, 8 Jun 2023 00:31:26 +0300 (EEST) Received: from mail.overt.org (mail.overt.org [72.14.183.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 07D1C68C0AF for ; Thu, 8 Jun 2023 00:31:20 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=overt.org; s=mail; t=1686173478; bh=aPBE1zd7IxnUQyn4ahZenMataFCVO0/cCdF82zXJ3vQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=dq4RK2YwDSGNaglgUwqFyIwbjJYq09IKq8dlKGlHm+XhqhPANQ5KrxPZPx44H1mV6 dJXDe+1KJKhVoQv1uplUt1PBfCGJ9sKJw7bIKhrjmc26sbO8Svc2toLlmHRRmvmM0u WhBdlkGRmOsbd2ylIJy6+4svKuiMx5zAqttYIXeuRpDcZV98bU+mLzgP65OjXHoFV1 +01Nf4WI5LWAhkUh9YwiBqqYMdaB5+EC8vXqyUEr4XIchy7UGcEg+CUNfSO6eH7NGe YbCyl48hyp4tfoOT0gy50mx3UPHoCnTkCwEZAAaSGPLPne31sga9RjBgILRGxIscQ1 28yU+astSlcvg== Received: from authenticated-user (mail.overt.org [72.14.183.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.overt.org (Postfix) with ESMTPSA id A0F5560389 for ; Wed, 7 Jun 2023 16:31:18 -0500 (CDT) Date: Wed, 7 Jun 2023 14:31:17 -0700 From: Philip Langdale To: ffmpeg-devel@ffmpeg.org Message-ID: <20230607143117.5c68b3a2@fluffy> In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 1/2] vulkan: synchronize access to execution pool fences X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 7 Jun 2023 01:59:55 +0200 (CEST) Lynne wrote: > Jun 7, 2023, 01:45 by dev@lynne.ee: > > > Jun 7, 2023, 01:22 by dev@lynne.ee: > > > >> vkResetFences is specified as being user-synchronized > >> (yet vkWaitFences, is not). > >> > >> Patch attached. > >> > > > > Stray change in vulkan_decode.c removed locally. > > > > Also removed the vkWaitForFences call during > the _start function from the mutex lock, as > it's safe to do so, and added a comment. > Ah, you updated the diff. This one is LGTM. --phil _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".