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 E99DAC2D0CD for ; Mon, 19 May 2025 07:57:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B8C110E3E8; Mon, 19 May 2025 07:57:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="XEx1JWHI"; 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 F1C7410E3C0 for ; Mon, 19 May 2025 07:57:30 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 915CA4A8F9; Mon, 19 May 2025 07:57:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0DE5C4CEED; Mon, 19 May 2025 07:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747641450; bh=6jEukY665h7yREmNG3UGbrdCx0ti2EK1VaLCfuhZWIg=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=XEx1JWHI5ZE2eGJOd8r6HyNbrcaSqE42hELy1SHfxn5S9fraG6npi00Sq4BPwqWtd 1VCsiSxMHKTOgsTZrLjw8DYHg1iNksKb56GroOpmmweGL7lkC6BLFkffeCDcjrGj/L 6dIMwLj/ESN7+7oxRzIK8nJQ0mD28lt1YmOTDvPliiK4xm3Ppn/qzXg146CplVe08+ anMQTt9LCqwzEKiT6GRxmD0y+GxEcp+AaaI3Yq+4pz/F4wRt9qf4JOt2ziBaSi+itD Ks9hVTyjlwhS5YcxndJQ+oQwBwvQ+v4wV7w6OAGFTUjRfeiF3PP2XEg4oNaUl0A/BS KOPRJ3w/7/pHQ== Message-ID: Date: Mon, 19 May 2025 07:57:27 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v4 17/23] drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 only In-Reply-To: <20250425-hdmi-conn-yuv-v4-17-5e55e2aaa3fa@collabora.com> References: <20250425-hdmi-conn-yuv-v4-17-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:08 +0300, Cristian Ciocaltea wrote: > Create a test EDID advertising the following capabilities: > > Max resolution: > - 1920x1080@60Hz with RGB, YUV444, YUV422 > - 3840x2160@30Hz with YUV420 only > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime