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 D5A01C3DA6D for ; Mon, 19 May 2025 08:38:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 508FE10E233; Mon, 19 May 2025 08:38:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="fS1FVU2U"; 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 DC56510E233 for ; Mon, 19 May 2025 08:38:20 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 7D04644C5A; Mon, 19 May 2025 08:38:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5EB9C4CEE4; Mon, 19 May 2025 08:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747643900; bh=2IsWKQAwKOCR7PFthlqk1dlpSS9+LEI+zhI50buMEn0=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=fS1FVU2UK6je3qeLzUHnyYgFWWQvqTC0nW3p/wGESAZ0FZed8UVitWgo4rfc8QNbL dtsoEs2mCkK0phl1M4aMtrfhdzGm5oyntnIYP8fc+z/xxxFcV+kAgZQk5q88SQC4wb LDsqPVxe9WeB3x57LFlGsMLX9+4FIKGQafQ33cNwULr8GfqRgrGp/OBrvGPwyiZkvT iOJ9jlemMHeEjhIqaw65wrGnqIexHx/rCD5uqmYiUafp542llINkeBnB/MHtUFC0e3 Arq8yqJZGcTA/MaIJxPI07VQfzd4kotYoMD4vL65/5M9cwDIDPw8ksj2FdfriGmcmH VNZxzD8bU+lCg== Message-ID: Date: Mon, 19 May 2025 08:38:17 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v4 19/23] drm/tests: hdmi: Rename max TMDS rate fallback tests In-Reply-To: <20250425-hdmi-conn-yuv-v4-19-5e55e2aaa3fa@collabora.com> References: <20250425-hdmi-conn-yuv-v4-19-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:10 +0300, Cristian Ciocaltea wrote: > In preparation to extend the max TMDS rate fallback tests for covering > YUV420 output, update the rather generic function names > drm_test_check_max_tmds_rate_{bpc|format}_fallback() to properly > indicate the intended test cases. > > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime