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 C8C6DC3DA6D for ; Mon, 19 May 2025 07:57:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3667410E3E4; Mon, 19 May 2025 07:57:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="by2iCWmH"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id BD27510E3E2 for ; Mon, 19 May 2025 07:57:46 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 0400FA48755; Mon, 19 May 2025 07:57:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 511ACC4CEE4; Mon, 19 May 2025 07:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747641465; bh=7e9NChurz7rY3oirADLtp0CoVANmOBcPDXCDai+k1KY=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=by2iCWmHwR+NLH4lc1gHYtbMo4rrQNh+Y/Q7Mj428EUYVPs9tFquaCnlaeinH4LZF EwTcX+ggLHRVModdg0j7VCpmaFlgk+TbBhsiEzreKeqmkMmkpwvxXwwf6WGHSWlP9I H+F6vtLfYg/YN21F/yVa5feMZpkorwKbc6d6dKquuT2ErLC/F0YdVGFw6fNkcr9PlU +cxFcmdNaIT+5ZkzyP9ezAqYTttkcfuQX4hOG/+Z7IYFCYfoCiuACvU74zIBB6zQc6 +g3loBQIEIHTSoQ9n//hpW0MboXTVT4vdW/4dkKB6H7jA7kNKg8jhSYO3WWDvWBlJA TxTho3pCRgpwA== Message-ID: Date: Mon, 19 May 2025 07:57:42 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v4 20/23] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUV In-Reply-To: <20250425-hdmi-conn-yuv-v4-20-5e55e2aaa3fa@collabora.com> References: <20250425-hdmi-conn-yuv-v4-20-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:11 +0300, Cristian Ciocaltea wrote: > Create a test EDID advertising the following capabilities: > > Max resolution: 3840x2160@30Hz with RGB, YUV444, YUV422, YUV420 > Max BPC: 16 for all modes > Max TMDS clock: 340 MHz > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime