From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB91CC001B0 for ; Wed, 19 Jul 2023 18:58:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230027AbjGSS6W (ORCPT ); Wed, 19 Jul 2023 14:58:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229492AbjGSS6V (ORCPT ); Wed, 19 Jul 2023 14:58:21 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87632171E for ; Wed, 19 Jul 2023 11:58:20 -0700 (PDT) Received: from [192.168.2.126] (109-252-154-2.dynamic.spd-mgts.ru [109.252.154.2]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 16E63660297B; Wed, 19 Jul 2023 19:58:18 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1689793099; bh=90P6czviIlXHr0eGb/SoquQ/g7YR+xk08OSKKljjd2E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=NLKC62L0/gpuc3lHyujrpNMQPtMmwibHObN8EbT24VBIxldrTwrLDfFZRbVlr7UZb Llu1yQsuzA/wU+nCTjtdecHepOhwAuOM3NlBClW5hgH55S75tnDC6c7nP8pEF6LhtF vlWEpszLBieC7DxCFsGEXBsskST4WHn2p0u6TZO9tS5TmMWTwtv7KYI9tkYLIQBu/w dfTG/2AZxGbCwz+niMxvwlYxGNuQGGiL2KBUYigXPTki1pai+G9UGl+bQDtSwLeYBS w6DOLF+Fk3VLI8D0G8+30qnL+VZeBPg5dP5+EMhVx9gQLP8nDK/4Cvq5A8cL0UIO// Tz210FZyi+HEw== Message-ID: <4c18744d-b6cd-d517-5726-104017d0764b@collabora.com> Date: Wed, 19 Jul 2023 21:58:14 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.1 Subject: Re: [PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver Content-Language: en-US To: Rob Clark , Gurchetan Singh Cc: Gerd Hoffmann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, kernel@collabora.com, virtualization@lists.linux-foundation.org, David Airlie , Chia-I Wu , Daniel Vetter , =?UTF-8?B?TWFyZWsgT2zFocOhaw==?= , Pierre-Eric Pelloux-Prayer , Emil Velikov References: <20230416115237.798604-1-dmitry.osipenko@collabora.com> <141b928d-6165-f282-b8e6-f140cb09333d@collabora.com> From: Dmitry Osipenko In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 27.06.2023 20:16, Rob Clark пишет: ... >> Now these are just suggestions, and while I think they are good, you can safely ignore them. >> >> But there's also the DRM requirements, which state "userspace side must be fully reviewed and tested to the standards of that user-space project.". So I think to meet the minimum requirements, I think we should at-least have one of the following (not all, just one) reviewed: >> >> 1) venus using the new uapi >> 2) gfxstream vk using the new uapi >> 3) amdgpu nctx out of "draft" mode and using the new uapi. >> 4) virtio-intel using new uapi >> 5) turnip using your new uapi > > forgot to mention this earlier, but > https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23533 > > Dmitry, you can also add, if you haven't already: > > Tested-by: Rob Clark Gurchetan, Turnip Mesa virtio support is ready to be merged upstream, it's using this new syncobj UAPI. Could you please give yours r-b if you don't have objections? -- Best regards, Dmitry