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 721F5CA0FED for ; Wed, 27 Aug 2025 13:38:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 80D7410E81B; Wed, 27 Aug 2025 13:38:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Y+DEheKb"; 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 3E67A10E81B for ; Wed, 27 Aug 2025 13:38:14 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id D297240A96; Wed, 27 Aug 2025 13:38:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CA97C4CEEB; Wed, 27 Aug 2025 13:38:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756301893; bh=ZvkD1iZHP8f7Zj7y83bmWIu90M9RBBdjGme4A0RgZV8=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=Y+DEheKbmvLXnafSi+/Ba4g6nC0gywuOxSiBbJmwzQl4ja3q2CBHU86Nl0Z/dmLrG gzeEdSh4b0vATLvDidVWE7K5/XKOAEmWkf2zCAeB1F+WNV1GDT4q0+2zw8TcTOAHs/ XL5R8PsWSw9lf8KNmS8YGR4/bkk04yzW9+WyCapH8IjU4Bi49NZpIV0VHQixE5vrH5 SZ0Mk42XaaunnWTwFPwqKreuMx6DqaD+0qwMVJit8qynDywQsPuriv8NSni/em+JfG ErZxu/LNU4pKaERgxkWAIu3dlXKpRioCJ/4BTKgOlbte4FDMMtWwNJvVxViJNSJqEy Xp30sRnrLxSsQ== Message-ID: <56453203e188ecc563c58d6e9deedbce@kernel.org> Date: Wed, 27 Aug 2025 13:38:10 +0000 From: "Maxime Ripard" To: "Dmitry Baryshkov" Subject: Re: [PATCH] drm/bridge: adv7511: provide SPD and HDMI infoframes In-Reply-To: <20250827-adv7511-infoframes-v1-1-f89b9690f89c@oss.qualcomm.com> References: <20250827-adv7511-infoframes-v1-1-f89b9690f89c@oss.qualcomm.com> Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "Andrzej Hajda" , "David Airlie" , "Jernej Skrabec" , "Jonas Karlman" , "Laurent Pinchart" , "Maarten Lankhorst" , "Maxime Ripard" , "Neil Armstrong" , "Robert Foss" , "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 Wed, 27 Aug 2025 16:29:04 +0300, Dmitry Baryshkov wrote: > ADV75xx hardware supports sending SPD InfoFrame over the HDMI link. Also > it provides support for two generic (Spare) InfoFrames. Use those > capabilities to be able to send SPD and HDMI Vendor-Specific Infoframes. > > Signed-off-by: Dmitry Baryshkov > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime