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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EF763CDB474 for ; Mon, 16 Oct 2023 15:01:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EEA8010E20C; Mon, 16 Oct 2023 15:01:29 +0000 (UTC) Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 94A0110E1FC; Mon, 16 Oct 2023 15:01:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jsUfO3TQJ7vOnQMKxuQpxgCnMK23mkHnPBih2nqMT4k=; b=iAqlT+T2w4q+O+zGPJDhy6nPGr aTk3BKCw7bRpG/xlYBcwYfPDNCQIspKo60177O+RJGQafaq8h5oFGzShc5EyFjYkWFT3B+7gQ0MZh AxLq+3L6Tz4LsnMPeWIypxC3DQGGDhtTxQWTGD1gPk0XZHAgCPkvcfQvSJ/De+TOd2jz8FkBZQNOm ow5lk0VeLxWULhgE5G3/TK7r+YZBX76ayyHDXJJkSnfBJusS1koculQaBufWyUUHyi5l7swiHND13 R81DDoy9HbrkR9x4aDPDQVHErh0x5CVYahgubIVzLpWOC0HYld2yVSkMYzfEIMvVcdid2OnlsCw7v ER+qm/tw==; Received: from [192.168.12.174] by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1qsP5e-0016BK-Cv; Mon, 16 Oct 2023 17:01:06 +0200 Message-ID: Date: Mon, 16 Oct 2023 17:01:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 6/6] drm/doc: Define KMS atomic state set Content-Language: en-US To: Pekka Paalanen References: <20230815185710.159779-1-andrealmeid@igalia.com> <20230815185710.159779-7-andrealmeid@igalia.com> <1b23576d-1649-ff5c-6273-b54729ea46d8@mailbox.org> <20231016151856.74af9305@eldfell> <20231016175222.7a89e6ab@eldfell> From: =?UTF-8?Q?Andr=C3=A9_Almeida?= In-Reply-To: <20231016175222.7a89e6ab@eldfell> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pierre-eric.pelloux-prayer@amd.com, kernel-dev@igalia.com, =?UTF-8?B?J01hcmVrIE9sxaHDoWsn?= , =?UTF-8?Q?Michel_D=C3=A4nzer?= , dri-devel@lists.freedesktop.org, Randy Dunlap , xaver.hugl@gmail.com, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, alexander.deucher@amd.com, joshua@froggi.es, wayland-devel@lists.freedesktop.org, hwentlan@amd.com, christian.koenig@amd.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 10/16/23 16:52, Pekka Paalanen wrote: > On Mon, 16 Oct 2023 15:42:16 +0200 > André Almeida wrote: > >> Hi Pekka, >> >> On 10/16/23 14:18, Pekka Paalanen wrote: >>> On Mon, 16 Oct 2023 12:52:32 +0200 >>> André Almeida wrote: >>> >>>> Hi Michel, >>>> >>>> On 8/17/23 12:37, Michel Dänzer wrote: >>>>> On 8/15/23 20:57, André Almeida wrote: >>>>>> From: Pekka Paalanen >>>>>> >>>>>> Specify how the atomic state is maintained between userspace and >>>>>> kernel, plus the special case for async flips. >>>>>> >>>>>> Signed-off-by: Pekka Paalanen >>>>>> Signed-off-by: André Almeida >>>>> [...] >>>>> >>>>>> +An atomic commit with the flag DRM_MODE_PAGE_FLIP_ASYNC is allowed to >>>>>> +effectively change only the FB_ID property on any planes. No-operation changes >>>>>> +are ignored as always. [...] >>>>> During the hackfest in Brno, it was mentioned that a commit which re-sets the same FB_ID could actually have an effect with VRR: It could trigger scanout of the next frame before vertical blank has reached its maximum duration. Some kind of mechanism is required for this in order to allow user space to perform low frame rate compensation. >>>>> >>>> Xaver tested this hypothesis in a flipping the same fb in a VRR monitor >>>> and it worked as expected, so this shouldn't be a concern. >>> Right, so it must have some effect. It cannot be simply ignored like in >>> the proposed doc wording. Do we special-case re-setting the same FB_ID >>> as "not a no-op" or "not ignored" or some other way? >> There's an effect in the refresh rate, the image won't change but it >> will report that a flip had happened asynchronously so the reported >> framerate will be increased. Maybe an additional wording could be like: >> >> Flipping to the same FB_ID will result in a immediate flip as if it was >> changing to a different one, with no effect on the image but effecting >> the reported frame rate. > Re-setting FB_ID to its current value is a special case regardless of > PAGE_FLIP_ASYNC, is it not? > > So it should be called out somewhere that applies regardless of > PAGE_FLIP_ASYNC. Maybe to the end of the earlier paragraph: > >> +The changes recorded in an atomic commit apply on top the current KMS state in >> +the kernel. Hence, the complete new KMS state is the complete old KMS state with >> +the committed property settings done on top. The kernel will try to avoid >> +no-operation changes, so it is safe for userspace to send redundant property >> +settings. However, not every situation allows for no-op changes, due to the >> +need to acquire locks for some attributes. Userspace needs to be aware that some >> +redundant information might result in oversynchronization issues. No-operation >> +changes do not count towards actually needed changes, e.g. setting MODE_ID to a >> +different blob with identical contents as the current KMS state shall not be a >> +modeset on its own. > +As a special exception for VRR needs, explicitly setting FB_ID to its > +current value is not a no-op. > > Would that work? I liked this suggestion, thanks! I'll wrap up a v7 > I'd like to try to avoid being more specific about what it does > exactly, because that's not the topic here. Such things can be > documented with the property itself. This is a summary of what is or is > not a no-op or a modeset. > > > Thanks, > pq