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 329B846195 for ; Wed, 7 Jun 2023 22:06:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 94EE768C123; Thu, 8 Jun 2023 01:06:25 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 40FB868BF72 for ; Thu, 8 Jun 2023 01:06:19 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 5BEB110602E9 for ; Wed, 7 Jun 2023 22:06:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1686175578; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=J0Cg68lUIWfKYsSpqZqWZSORYQLH1CIxYaDHhNHKMA0=; b=NEfECAM0zNOKZvyeqcJIvHNAtTRbskNERBPxdVteqPv6mayjEXY5Ng1pCmDSxh9u XOCMD4dHhMl/6qmxdjKX7iW6erqL62d/TS0NNSLD4J5kpZHCM0f/+0F2KnWxOqSoFiZ GYar4CrKcbj7yfXT1QvQKuEtfjWxR1BKdklOeWIadRfd+v7V9PuAICBYcf2ERE6vWRd V/CcZoKB77Vi3cI8x8ae7mJePyDouoxopHuIZX6CVqbSbc4pcSKF8dvAH1K3HRg2+m2 jW45OCdEKDlcfYeHqaaFgWBwKe1t5ppRedhlcr7wJtK1D4OJaXw7cWOsJ9dY4Gp9d0V Q9uxkc/juA== Date: Thu, 8 Jun 2023 00:06:18 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230607143117.5c68b3a2@fluffy> References: <20230607143117.5c68b3a2@fluffy> 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: Jun 7, 2023, 23:31 by philipl@overt.org: > 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. > Thanks, pushed. _______________________________________________ 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".