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 13A81C38145 for ; Wed, 7 Sep 2022 11:06:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229595AbiIGLGJ (ORCPT ); Wed, 7 Sep 2022 07:06:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbiIGLGI (ORCPT ); Wed, 7 Sep 2022 07:06:08 -0400 Received: from mail.kapsi.fi (mail.kapsi.fi [IPv6:2001:67c:1be8::25]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33D0B4D82B; Wed, 7 Sep 2022 04:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=IHtQBirzXwtf4dk/q6xxCro2O8jKQgCndRBuJfwM/g4=; b=ctEgD08LMNNW/SIaq3haLz/Cb/ we01NEUmX7hYITgBJcfVsRPOE9tn1o+DDXcYOMkZnSgrcVfoo0w+dFdRLaXIhZHcSdtSW1I0tlpw6 RLj2UJtqtI7tR9XbBB0eu6xcp+AUzQkPvYg7Ryg5Wu66VBcH9w+eO6KBSPUR+5g2ISw/DqmSND47m Z3QQUis68MB3dFLzYh3qy4xZoVU+zsru4KDj4iqlxb0ODTjfqFR6a+F4pemZTLwWSSOmc3WBQQokH FWxQYu80m3qDdQFfkDeRgDnpGJyucJAt++4FQhNQTXOJ5JnNN0P7rhoTKpT6+FpMuVwO6RSib0y4N bt1zOKOQ==; Received: from [193.209.96.43] (helo=[10.21.26.179]) by mail.kapsi.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1oVssR-00EMPf-H8; Wed, 07 Sep 2022 14:05:51 +0300 Message-ID: Date: Wed, 7 Sep 2022 14:05:47 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 0/8] Support for NVDEC on Tegra234 Content-Language: en-US To: Krzysztof Kozlowski , Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Jonathan Hunter Cc: Mikko Perttunen , Ashish Mhetre , Sameer Pujar , dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220906132823.2390953-1-cyndis@kapsi.fi> <68ff1b7e-51e1-f1e5-dac7-5419472e396a@linaro.org> <1dabfcbe-7729-1a96-816c-68ae524ed4aa@kapsi.fi> From: Mikko Perttunen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 193.209.96.43 X-SA-Exim-Mail-From: cyndis@kapsi.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On 7.9.2022 13.58, Krzysztof Kozlowski wrote: > On 07/09/2022 07:27, Mikko Perttunen wrote: >> On 9/6/22 20:50, Krzysztof Kozlowski wrote: >>> On 06/09/2022 15:28, Mikko Perttunen wrote: >>>> From: Mikko Perttunen >>>> >>>> Hi all, >>>> >>>> this series adds support for the HW video decoder, NVDEC, >>>> on Tegra234 (Orin). The main change is a switch from Falcon >>>> to RISC-V for the internal microcontroller, which brings along >>>> a change in how the engine is booted. Otherwise it is backwards >>>> compatible with earlier versions. >>> >>> You need to describe the dependencies, otherwise I would be free to go >>> with applying memory controllers part. >> >> Hi Krzysztof, >> >> the memory controller patch can be applied independently. > > OK then... but looking at the code it does not seem to. Anyway kbuild > robot complained so I expect v2. Ah, indeed, though patch 1 can be applied on top of current trees, patch 8 does require patch 1 to be there first. Which is, thinking about it now, necessary information as well.. Thanks for the reviews. Mikko > > Best regards, > Krzysztof