From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ADE5C5474C for ; Mon, 6 Jan 2025 14:55:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736175355; cv=none; b=rYesJbOy1Y9g1u+KZ7Kcot5DFRoLSMc6+k8QtkmR942RpfRyxYnqLs2NNdJK++2DpDYpXsKa62p0oPhb7K9bGZK/zxhJ9qdGNv3stmJR2Z52XwTej9MQTweOmtiyhS6zlJkGdfwPjFmmRHX+M80afIUk9CnvSClKOXjBnh8Lvq0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736175355; c=relaxed/simple; bh=j4JgGfWD0TO7oUIIzix5tvEGtwv3JSyFx8hvWYaZevY=; h=Message-ID:Date:From:To:Subject:In-Reply-To:References:Cc; b=DGuQHjm/ZfAKzM/SAEWGJnmMRpiVO0gXIN747buZmwOT/4ihs4h/BlQU/BQOTn0wdS5CLGC9OsYKgSepldwddo1DxFW71AYP+mZJB8WOj1OlAk2uQHIaFhjcVc4rltRWX/wYYG///ExpltEj4LXJn2w/foM8cvvxRAsRiZtiK6M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DCs5IoWL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DCs5IoWL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E05E2C4CED2; Mon, 6 Jan 2025 14:55:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736175355; bh=j4JgGfWD0TO7oUIIzix5tvEGtwv3JSyFx8hvWYaZevY=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=DCs5IoWLpWG1VER6AfS3/pestURovCHMqiJTf2oDn+qQpp0XqCsF/UCHRuPA6GoaE SKfe4BBlMRRCSrKDpXsWEPUle12EQl1QQT20eYZPs45FAJ8Uw2e8k9wCGa6cueFVGs WtFGbWwav31YoNODnme//dlVtpb1Qik2k9SBQ8JL69rRb5XdZ5cib5HTeFc4M37WM1 x2xzuf4XO7xnmM6P20gTJQ10zrPguQQS2do06gzKfB9JBkK85T4eb39R83su89GcKF qNzOmOSwRPWH6FmnqWyeGg0Difq8gcFh7InYFoVsS2Q5IrsPPuX4v2F2Ig0a12yNad MHLHJTE1Npf4Q== Message-ID: Date: Mon, 06 Jan 2025 14:55:52 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v4 0/4] Fix ycbcr_420_allowed inconsistency for HDMI bridges In-Reply-To: <20241224-bridge-conn-fmt-prio-v4-0-a9ceb5671379@collabora.com> References: <20241224-bridge-conn-fmt-prio-v4-0-a9ceb5671379@collabora.com> Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com, linux-kernel@vger.kernel.org, "Andrzej Hajda" , "David Airlie" , "Dmitry Baryshkov" , "Jernej Skrabec" , "Jonas Karlman" , "Laurent Pinchart" , "Maarten Lankhorst" , "Maxime Ripard" , "Neil Armstrong" , "Robert Foss" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: On Tue, 24 Dec 2024 20:22:40 +0200, Cristian Ciocaltea wrote: > Bridges with DRM_BRIDGE_OP_HDMI set in drm_bridge->ops are expected to > rely on drm_bridge->supported_formats to advertise the supported > colorspaces, including HDMI_COLORSPACE_YUV420. > > However, when drm_bridge_connector gets initialised, only > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime