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 9D1D0D49C7C for ; Fri, 30 Jan 2026 08:43:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A99510E980; Fri, 30 Jan 2026 08:43:12 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="S9L2nMbd"; 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 EEC4310E978 for ; Fri, 30 Jan 2026 08:43:10 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id AC4F2418BA; Fri, 30 Jan 2026 08:43:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F28BC4CEF7; Fri, 30 Jan 2026 08:43:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769762590; bh=LgsWOxFKvd7Q2p9Tt6EPnKbPIKj4HPBsktpfKXeiyEk=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=S9L2nMbdfA6wE6nD8GKAa9zSwCaJnYqZR2GX+7X8JHb+ehNxraP+6S0hhuRX5BFMa iJD9SHd5vw4H7DHwxpQBc+1WVTw0O+PnWa0iAFit2vjlaQMC/clEWOnCKLnmqnnjPv 6efKEKcsGZ56EL6C79oQEzYayrbD583zPsn07vifZGc6i7iRQIO4aLw8luAQqN0jF2 wAHSiDl38xcc5PHbnXvQHVaQUobHaGWP5P4zi7tN+dpMDE26q5atyCISeC0GL+MIiO bdK6Gm38I0XHHRFpSTw88prCLiLMUVAx9RNi0DM64OtbeYtldxydKTaskEyOeJvyOK kai1hN11KIF5w== Message-ID: <64e48e881353cf81b07707a1ae016bfe@kernel.org> Date: Fri, 30 Jan 2026 08:43:07 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v2 0/5] Provide HDMI VSI & SPD InfoFrames to DW HDMI QP TX In-Reply-To: <20260129-dw-hdmi-qp-iframe-v2-0-0157ad05232c@collabora.com> References: <20260129-dw-hdmi-qp-iframe-v2-0-0157ad05232c@collabora.com> Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com, 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 Thu, 29 Jan 2026 14:13:31 +0200, Cristian Ciocaltea wrote: > This patch series provides the missing support for sending HDMI > Vendor-Specific Infoframes and Source Product Description InfoFrames in > dw-hdmi-qp library. > > Additionally, it improves the existing AVI, DRM and Audio infoframes > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime