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 2C609C88E7C for ; Mon, 26 Jan 2026 12:51:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8019510E41B; Mon, 26 Jan 2026 12:51:31 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="h/8zn6iA"; 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 8209910E414 for ; Mon, 26 Jan 2026 12:51: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 65CB140C39; Mon, 26 Jan 2026 12:51:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E28AAC116C6; Mon, 26 Jan 2026 12:51:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769431890; bh=CMYAtpnJR6kY4BDJRUOXaDmfhJWaUZEPzuWzkn7lhtw=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=h/8zn6iAzCwWfCQBduVG9NCEneI5v6Dq8E/0DFGQZ4GC55NeCrhDqiyJhiNzuV7s4 R/4p/bH+/mT7wgvNXT16p9dtZZNS9nC0P+1LbUGNQl9uCcBmOQ8ND+fz1t3IeeY09j eV14k4VWngkfbzd/qpaDRn2cVbtlmOS/c30C55O5x7c7/arwy+GDBk9gsoy/DvijDJ VoBvlrIjC50mpBFmmYlvnWf6ZHziofeqnOqlUmE7FvVQmAD9ALVD37dBk7Ax2uqGtZ +jlqZcPPT8NTUjuH5j9JknIPS/gcVG20YEdnDNYglAhuLuu2VbytSgPgNcpzMbCF5h x5LzDZkWlTATA== Message-ID: <9ebc0582b0f7990d7df992a07ec8ef7f@kernel.org> Date: Mon, 26 Jan 2026 12:51:27 +0000 From: "Maxime Ripard" To: "Dmitry Baryshkov" Subject: Re: [PATCH] drm/display: bridge_connector: move audio_infoframe checks to OP_HDMI In-Reply-To: <20260126-drm-fix-lt9611uxc-v1-1-04a635a8f5cf@oss.qualcomm.com> References: <20260126-drm-fix-lt9611uxc-v1-1-04a635a8f5cf@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 Mon, 26 Jan 2026 13:44:27 +0200, Dmitry Baryshkov wrote: > There are DRM_BRIDGE_OP_HDMI_AUDIO bridges (e.g. Lontium LT9611UXC) > which don't implement DRM_BRIDGE_OP_HDMI and don't implement > hdmi_clear_audio_infoframe / hdmi_write_audio_infoframe callbacks. > > Move corresponding checks under the DRM_BRIDGE_OP_HDMI condition, making > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime