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 1439BC2D0CD for ; Mon, 19 May 2025 08:41:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8203C10E22C; Mon, 19 May 2025 08:41:04 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="SmiPJYTH"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id B956C10E22C for ; Mon, 19 May 2025 08:41:03 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 98E1B440D8; Mon, 19 May 2025 08:41:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24143C4CEE4; Mon, 19 May 2025 08:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747644063; bh=zXu83HtMZbcOjraZ4lEOlHkQ8dtDMv48+h2HD5ANg6w=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=SmiPJYTHZ9HhcCUys96kA2j0J9/NfN0/+YmR1H0NXIeEHw0kjXT7oAP80+T6fo4Pt 1N6CptYrlOQBnhYA0VgvLvJKW6Rn2Ya5bsiZyKIbymI1abUhQL2CEDJ5vKkK2m/RgX 3WJ7DNRSN4SBGaAoOWu3z1vXR8OZxMGp5nqG1lPeN3WK3tRkhKTtwwuDmDKsO4ROYB w3zc+jStaU20CvEEPVAsv+n3+qn0yooAbCfDMYIfnn4mfs91Y0CJLgVWq3BShh/8yv pVRV18ZqTltXyGFPASvapulSK/lny/ih+wBb7SC4A1EHdttDvhZgpizG+NzF4sJTGs GODjrOYgj5YGw== Message-ID: Date: Mon, 19 May 2025 08:41:00 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v4 22/23] drm/tests: hdmi: Add test for unsuccessful fallback to YUV420 In-Reply-To: <20250425-hdmi-conn-yuv-v4-22-5e55e2aaa3fa@collabora.com> References: <20250425-hdmi-conn-yuv-v4-22-5e55e2aaa3fa@collabora.com> Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com, linux-kernel@vger.kernel.org, "Dave Stevenson" , "David Airlie" , "Dmitry Baryshkov" , "Dmitry Baryshkov" , "Maarten Lankhorst" , "Maxime Ripard" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 25 Apr 2025 13:27:13 +0300, Cristian Ciocaltea wrote: > Provide test to verify a mandatory fallback to YUV420 output cannot > succeed when driver doesn't advertise YUV420 support. > > Signed-off-by: Cristian Ciocaltea Acked-by: Maxime Ripard Thanks! Maxime