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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC362C6379F for ; Tue, 17 Jan 2023 16:43:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231472AbjAQQnG (ORCPT ); Tue, 17 Jan 2023 11:43:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232620AbjAQQmn (ORCPT ); Tue, 17 Jan 2023 11:42:43 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7D544B187; Tue, 17 Jan 2023 08:41:58 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 60355614DC; Tue, 17 Jan 2023 16:41:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D8E3C433EF; Tue, 17 Jan 2023 16:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673973717; bh=CBQge2tglo1PExJ2uEmEVHTzZHTr+x6bkDHCfczwo6s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uoozzgvpm4ScjhKs8jGarJGREeMAR3gqJqAw0/eaaDYmksoed+UuRC7Yu03YmCG88 V1MIDiTfboKXqlJyBJBFL2J7iFEyt7LY976ySiAaCtfRjo6TchH7IQtvz+M9+QEm6q 7COSHo0dPrdF5NXCln2JvctTyvV8VnUkM8jMhtSts4rzCHHWB+xvbe7W5S9pXSKtyT u+aZ76VPP9eLBrExU/8JlIWmxl1NFRL/T6MdXFSJcnL1IOMYRzX/CtSBzW3wXWm8rQ DbfqdYSNc6Kr7NuGhmlaSwn7pBGzoQFzd4mdvTI1u/+ODSKsLOeyqcPFgHSRonQq1H uKPbFT36iGkTw== Date: Tue, 17 Jan 2023 17:41:52 +0100 From: Mauro Carvalho Chehab To: Laurent Pinchart Cc: Tomi Valkeinen , linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, Kieran Bingham , Nicolas Dufresne , Geert Uytterhoeven , Dave Airlie , Daniel Vetter , Hans Verkuil Subject: Re: [PATCH v3 0/7] media/drm: renesas: Add new pixel formats Message-ID: <20230117174152.21bb1484@coco.lan> In-Reply-To: References: <20221221092448.741294-1-tomi.valkeinen+renesas@ideasonboard.com> <479e1dca-8d9c-cc75-75d9-3148ccc54f68@ideasonboard.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.35; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Em Tue, 17 Jan 2023 15:38:25 +0200 Laurent Pinchart escreveu: > Hi Tomi, > > (CC'ing Mauro and Hans) > > On Tue, Jan 10, 2023 at 04:25:37PM +0200, Tomi Valkeinen wrote: > > On 26/12/2022 16:56, Laurent Pinchart wrote: > > > Hi Tomi, > > > > > > (CC'ing Daniel and Dave) > > > > > > On Wed, Dec 21, 2022 at 11:24:41AM +0200, Tomi Valkeinen wrote: > > >> From: Tomi Valkeinen > > >> > > >> Hi, > > >> > > >> These add new pixel formats for Renesas V3U and V4H SoCs. > > >> > > >> As the display pipeline is split between DRM and V4L2 components, this > > >> series touches both subsystems. I'm sending all these together to > > >> simplify review. If needed, I can later split this to V4L2 and DRM > > >> parts, of which the V4L2 part needs to be merged first. > > > > > > As the changes on the DRM side are small and shouldn't conflict with > > > anything else queued for v6.3, it would be easier to merge the whole > > > series through the media tree. Daniel, Dave, would you be OK with that ? > > > If so, could you please ack patches 6/7 and 7/7 ? > > > > Note that these patches depend on the two DRM driver patches in "[PATCH > > v5 0/7] Renesas V4H DSI & DP output support", which are not very small > > (but still not big). > > Good point. I'm thus leaning more towards merging this through the DRM > tree then. Mauro, can we get your ack on the V4L2 part of this series ? > We'll create a stable branch based on v6.2-rc1 in case it also need to > be merged in the media tree due to last minute conflicts (I'm mainly > thinking about the new formats). Feel free to merge the V4L2 patches via DRM tree with my ack: Acked-by: Mauro Carvalho Chehab > > Hans, as there won't be a pull request through the media tree, if you > want to review the new formats, now would be a good time. > > > I don't think there's a compile-time dependency between the DRM and V4L2 > > parts, but there's a functional side dependency, so it would be nice to > > merge these via a single tree. I can't say if DRM or V4L2 tree is > > easier, but I don't expect conflicts either way. > Thanks, Mauro 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 C28B6C6379F for ; Tue, 17 Jan 2023 16:42:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D3ACB10E1A6; Tue, 17 Jan 2023 16:42:00 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id E0EEB10E1A6 for ; Tue, 17 Jan 2023 16:41:58 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6026E61454; Tue, 17 Jan 2023 16:41:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D8E3C433EF; Tue, 17 Jan 2023 16:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673973717; bh=CBQge2tglo1PExJ2uEmEVHTzZHTr+x6bkDHCfczwo6s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uoozzgvpm4ScjhKs8jGarJGREeMAR3gqJqAw0/eaaDYmksoed+UuRC7Yu03YmCG88 V1MIDiTfboKXqlJyBJBFL2J7iFEyt7LY976ySiAaCtfRjo6TchH7IQtvz+M9+QEm6q 7COSHo0dPrdF5NXCln2JvctTyvV8VnUkM8jMhtSts4rzCHHWB+xvbe7W5S9pXSKtyT u+aZ76VPP9eLBrExU/8JlIWmxl1NFRL/T6MdXFSJcnL1IOMYRzX/CtSBzW3wXWm8rQ DbfqdYSNc6Kr7NuGhmlaSwn7pBGzoQFzd4mdvTI1u/+ODSKsLOeyqcPFgHSRonQq1H uKPbFT36iGkTw== Date: Tue, 17 Jan 2023 17:41:52 +0100 From: Mauro Carvalho Chehab To: Laurent Pinchart Subject: Re: [PATCH v3 0/7] media/drm: renesas: Add new pixel formats Message-ID: <20230117174152.21bb1484@coco.lan> In-Reply-To: References: <20221221092448.741294-1-tomi.valkeinen+renesas@ideasonboard.com> <479e1dca-8d9c-cc75-75d9-3148ccc54f68@ideasonboard.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.35; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: , Cc: Tomi Valkeinen , Kieran Bingham , dri-devel@lists.freedesktop.org, Nicolas Dufresne , linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven , Hans Verkuil , linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Em Tue, 17 Jan 2023 15:38:25 +0200 Laurent Pinchart escreveu: > Hi Tomi, > > (CC'ing Mauro and Hans) > > On Tue, Jan 10, 2023 at 04:25:37PM +0200, Tomi Valkeinen wrote: > > On 26/12/2022 16:56, Laurent Pinchart wrote: > > > Hi Tomi, > > > > > > (CC'ing Daniel and Dave) > > > > > > On Wed, Dec 21, 2022 at 11:24:41AM +0200, Tomi Valkeinen wrote: > > >> From: Tomi Valkeinen > > >> > > >> Hi, > > >> > > >> These add new pixel formats for Renesas V3U and V4H SoCs. > > >> > > >> As the display pipeline is split between DRM and V4L2 components, this > > >> series touches both subsystems. I'm sending all these together to > > >> simplify review. If needed, I can later split this to V4L2 and DRM > > >> parts, of which the V4L2 part needs to be merged first. > > > > > > As the changes on the DRM side are small and shouldn't conflict with > > > anything else queued for v6.3, it would be easier to merge the whole > > > series through the media tree. Daniel, Dave, would you be OK with that ? > > > If so, could you please ack patches 6/7 and 7/7 ? > > > > Note that these patches depend on the two DRM driver patches in "[PATCH > > v5 0/7] Renesas V4H DSI & DP output support", which are not very small > > (but still not big). > > Good point. I'm thus leaning more towards merging this through the DRM > tree then. Mauro, can we get your ack on the V4L2 part of this series ? > We'll create a stable branch based on v6.2-rc1 in case it also need to > be merged in the media tree due to last minute conflicts (I'm mainly > thinking about the new formats). Feel free to merge the V4L2 patches via DRM tree with my ack: Acked-by: Mauro Carvalho Chehab > > Hans, as there won't be a pull request through the media tree, if you > want to review the new formats, now would be a good time. > > > I don't think there's a compile-time dependency between the DRM and V4L2 > > parts, but there's a functional side dependency, so it would be nice to > > merge these via a single tree. I can't say if DRM or V4L2 tree is > > easier, but I don't expect conflicts either way. > Thanks, Mauro