From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 1F5B430FF30 for ; Mon, 9 Mar 2026 17:55:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773078926; cv=none; b=qb0wOrr5cbiog7+UYU1ePmzDHPCDKnwmgTnRD4sLzeChU9fvmUKMJLEqti6n6+djvftJEmEIzeFexsiNb7raIYuLwgoUpQa7pgX53yw9ySpDdnIJy4lZtdDgMO32mDrsYGfADWe9Bbh5NrLyCPS1zbi95Xyo1esKvRCI1NuNXu4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773078926; c=relaxed/simple; bh=7H0KmHNEb4XPdj55o+tif8lY/IBWEaDGpXd3JK/gbqA=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject: References:In-Reply-To; b=VDJduxppNJ7poKDQkp/KXC1ynSoQhspD2AYqRekuX+deerSmXnjL1Jx5CkQnrlpmtDUzPQ+y8HOLhv8nPqhoP0UO9qelP/1cQT9FeMLRo8MUaf+rFFsjGb0W7rUlzm7F6qZ61BB8FnJujofyJGEqT6ilk+AnS49nLEgfPecwJZQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=S5wqSwNC; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="S5wqSwNC" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 78E1A1A2D72; Mon, 9 Mar 2026 17:55:20 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4E5075FFB8; Mon, 9 Mar 2026 17:55:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 3EE4B1036990D; Mon, 9 Mar 2026 18:55:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773078919; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=7H0KmHNEb4XPdj55o+tif8lY/IBWEaDGpXd3JK/gbqA=; b=S5wqSwNCTf028AN0DGYr5z6qMOXKLzAGvqBSiWVajcB6qnG8mgTSSHXelDCYLLE3OL47LN a86+FhjiUT+AZfDKvm+3my3PkLduaBvmRsPW/SxlYDsePtTmPtVQpZtYlI70b2kNKzfPkq KbMo+gHg4V3QUik8/8fYmuxt8wHN3w7iQl5ClV572Xz5jdLAmOkp0b6n/wetmhlYJW/UA6 PlTxojFUtop8RuJfXKlVpinkU/+37RPSba2ZNJ9XOaHdzODSweWnzzkMfp/2Wcra4isAVW 1KBmB4yS3e2pUJLOOyPRUZFfkYFwOspEbCLFFeOwQP9UD680GT73upT5iRbpeA== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 09 Mar 2026 18:55:15 +0100 Message-Id: To: "Harikrishna Shenoy" , , , , , , , , , , , , , , , , , , , , , , , , , From: "Luca Ceresoli" Subject: Re: [PATCH v10 3/6] drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in bridge atomic check X-Mailer: aerc 0.20.1 References: <20251209120332.3559893-1-h-shenoy@ti.com> <20251209120332.3559893-4-h-shenoy@ti.com> In-Reply-To: <20251209120332.3559893-4-h-shenoy@ti.com> X-Last-TLS-Session-Version: TLSv1.3 On Tue Dec 9, 2025 at 1:03 PM CET, Harikrishna Shenoy wrote: > Now that we have DRM_BRIDGE_ATTACH_NO_CONNECTOR framework, handle the > HDCP state change in bridge atomic check as well to enable correct > functioning for HDCP in both DRM_BRIDGE_ATTACH_NO_CONNECTOR and > !DRM_BRIDGE_ATTACH_NO_CONNECTOR case. > > Without this patch, when using DRM_BRIDGE_ATTACH_NO_CONNECTOR flag, HDCP > state changes would not be properly handled during atomic commits, > potentially leading to HDCP authentication failures or incorrect > protection status for content requiring HDCP encryption. > > Fixes: 6a3608eae6d33 ("drm: bridge: cdns-mhdp8546: Enable HDCP") > Signed-off-by: Harikrishna Shenoy Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com