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 BDE2CC369A5 for ; Tue, 8 Apr 2025 20:46:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7603410E756; Tue, 8 Apr 2025 20:46:19 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="DQMefOlS"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) by gabe.freedesktop.org (Postfix) with ESMTPS id 75E0610E756 for ; Tue, 8 Apr 2025 20:46:17 +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:References: Cc:To:From: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=dvh+zLAHjn1zpMQBBMoxWA7vZRSfMcnh5Oa8hwMOxI4=; b=DQMefOlSGkTDhPdKW8DOQpCk9+ SuRGN7rpnHJVlbWd1ABZY5VDKYWsIDInSsz6a55CcJye2aQc5d59qnSDd61DnXsZkzU9iyFX2yB7c ZJiawS4UHKRyXd83juq2UxeI8Wh7592RFHXofpTVOcJ5ayY7w8ABt5Sdp05EcAmxohe8LkFA4Pgcb kjamEDOIE38O8Z6HUXRjU75XE8sPeE/8oxqlwONpXmUOtT3nSlyAmX7Fw28iQNaAbw0YUNAHSN7Aj nm1wJ9VKxzCTnqCRu9LSR3hz0NLAiV4KGpchyOBCFDhz8Hyjy1VJRB4FB6HaEI2P7ZpqnVH6IclFo TnKjJGZQ==; Received: from [187.57.129.172] (helo=[192.168.15.100]) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim) id 1u2Fpe-00DYQG-DQ; Tue, 08 Apr 2025 22:46:06 +0200 Message-ID: Date: Tue, 8 Apr 2025 17:45:59 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 4/4] tests/kms_async_flips: Create subtest for overlay planes From: =?UTF-8?Q?Andr=C3=A9_Almeida?= To: Alex Hung , Melissa Wen Cc: igt-dev@lists.freedesktop.org, Jeevan B , Kamil Konieczny , kernel-dev@igalia.com, Vitaly Prosyak , Rodrigo Siqueira References: <20250408000221.140459-1-andrealmeid@igalia.com> <20250408000221.140459-5-andrealmeid@igalia.com> <3a9ad1a0-eaee-4049-b07e-d7e352853373@amd.com> <0ad8fce8-d8f3-481a-bf8d-c14f0677b0d5@igalia.com> Content-Language: en-US In-Reply-To: <0ad8fce8-d8f3-481a-bf8d-c14f0677b0d5@igalia.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Em 08/04/2025 16:26, André Almeida escreveu: > Em 08/04/2025 15:53, Alex Hung escreveu: >> >> >> On 4/8/25 10:16, Melissa Wen wrote: >>> On 04/07, André Almeida wrote: >>>> amdgpu can perform async flips in overlay planes as well, so create a >>>> test for that. >>> >>> Hey, >>> >>> LGTM. Thanks! >>> >>> Reviewed-by: Melissa Wen >>> >>> Alex, >>> >>> Can you check if it's fine for AMD too? >> >> Hi André, >> >> I ran the subtest "overlay-atomic" on PHX APU + kernel of amd-staging- >> drm-next, and they were skipped. >> >> What the kernel and ASIC did you run overlay-atomic? > > I'm using drm-misc/drm-misc-next (eff0347e7c228335e9ff64aaf02c669578) > with a Steam Deck and Melissa tested in an AMD Cezanne (DCN 2.1) GPU. > Also, please note that amd-staging-drm-next currently doesn't have support for this, so you need to either checkout to drm-next or drm-misc-next, or apply the following commits to your tree: 41129e236f14 drm/amdgpu: Enable async flip on overlay planes fd40a63c63a1 drm/atomic: Let drivers decide which planes to async flip