From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 061A7322768 for ; Wed, 18 Mar 2026 21:52:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773870760; cv=none; b=clcg9jtoPA5/NdOwZzifRjWTqUFObG1wNPicw2/iFxJ35ZPRp4E35DJ3qs6A1BeoejLKPCYIxZF3bZ4V1xeYkamo7hBaLJE4/NnxjYgVGXCFeb0HJ+80hSfavnwKv88WX0NCnt5uKEz+YS1Uh5U8xaFozrrdM1mxu9eymMOXZCI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773870760; c=relaxed/simple; bh=hWDGumjNeG1y9SM0/jlZ31MlASAIa2Shc7waG7yET5E=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=rYJ2kxNh8fEipILEBBVLdNjPF2AUlPB3+mOUnq0i7XCV+E32ZafmcxsB5epVJcVhkwVvNKY6OGlTnVsOGCRvoJis3bE6peGtS75mrQ3R7ID+8+RavM6b1iR4El0BGc9dhxTvUQfXZ64O9X3jQwgO4OlHjjpsgPyLu1HIhzVI33c= 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=Qp/7XfNq; arc=none smtp.client-ip=185.246.85.4 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="Qp/7XfNq" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 2AE9E4E426FA; Wed, 18 Mar 2026 21:52:36 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id DA5346004F; Wed, 18 Mar 2026 21:52:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id F197010450599; Wed, 18 Mar 2026 22:52:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1773870754; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=hWDGumjNeG1y9SM0/jlZ31MlASAIa2Shc7waG7yET5E=; b=Qp/7XfNqeiRlS2+FBFlAtJhAPg1H9lzngRLAmk7YMdnDETz5Ii0gzMXoDaPoiIm5JqXBz+ SP+F1t8MBRVtuKOMECJJDob2CZbvKJN7ciyNAn0BRWjEQp9qLjTe/eUPrtWlPQoxpjaUPa /3FJgnvCwUSMiKo+z05es+JDYa+Up2B6Iqn0h2m4VuuGSeAAenVZtRFSMp3VFuB4RBVI7n EGXNktIavNFYIru59l1A7GHcROoZf+jC5AarvH8/56cbv7Kf46QGs11U3A2aQxzvSlQmbG W1SJ+yOmhDoyHj0e9x5uVtn2kWEXvedAjYDoEmUgA+r2YjRbKtgcQ239VNKQZA== 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: Wed, 18 Mar 2026 22:52:26 +0100 Message-Id: Subject: Re: [PATCH v2] drm/bridge: dw-hdmi-qp: fix multi-channel audio output Cc: "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" , "Dmitry Baryshkov" , "Detlev Casanova" , "Douglas Anderson" , "Andy Yan" , "Sugar Zhang" , "Heiko Stuebner" , , , To: "Cristian Ciocaltea" , "Christian Hewitt" From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20260228112822.4056354-1-christianshewitt@gmail.com> <00EE3E21-F614-429B-ACB6-19AF64CF74B3@gmail.com> <0895dfa0-9527-41b1-b991-a2bd6e0c549b@collabora.com> In-Reply-To: <0895dfa0-9527-41b1-b991-a2bd6e0c549b@collabora.com> X-Last-TLS-Session-Version: TLSv1.3 Hello Cristian, On Wed Mar 18, 2026 at 7:12 PM CET, Cristian Ciocaltea wrote: >> So now this patch is on drm-misc-fixes, but drm-misc-fixes and >> drm-misc-next are now conflicting because of other changes by Cristian >> Ciocaltea applied in the meanwhile to drm-misc-next, and particularly >> commit 3ea699b56d31 ("drm/bridge: dw-hdmi-qp: Rework Audio InfoFrame >> handler"). >> >> Cristian, Christian (heh), Jonas, could you please check whether the cod= e >> on drm-misc-next has or not the bug that is fixed here? And if it still >> has, send a fix based on current drm-misc-next? > > The conflicting commit in drm-misc-next (i.e. 3ea699b56d31) implicitly re= solves > this audio related issue as well, hence there is no need for any further = action. Good to know! Thanks for checking. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com