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 EED00C4332F for ; Thu, 13 Jan 2022 10:18:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232712AbiAMKR7 (ORCPT ); Thu, 13 Jan 2022 05:17:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230326AbiAMKR6 (ORCPT ); Thu, 13 Jan 2022 05:17:58 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 389EBC06173F; Thu, 13 Jan 2022 02:17:58 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 45B681F45862 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1642069076; bh=T7qkUHIGvD2MBe7s1NOE5lt53pqK04MKOvifdF0rNoY=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=CyaAEO9rKcBvrFhGLZAoimPcLxSMEm92hJLMuMf+HJhwZKp4K+aDCaMMjizvaR73Q Inqb0z4Oz2NjS6TY824HPwSZlfAHNcxjIM3WWAawNuH4gMOfwLkOmN+2WDz5h+EZv8 1+ifhD4rF61qu6rdox/qBG8zvqGFvGZwhrYJoyw8ohTL4g/pZtH4nT7f6V468ia4Tn 5xuSfcNlzHQWInMD+bcG5dDvl+bPVWshrAptVXkEJt78UZjM8CImZgMC4Hd9hCeLda pI1WdpGlX+smpBtL/nBLQT3l3OFJZddqzu9xFL3EF2XfSemxDCqF6A72RKzQCtgBxG sYToruJydriyQ== Subject: Re: [PATCH v9 12/15] media: mtk-vcodec: enc: Remove mtk_vcodec_release_enc_pm To: Hans Verkuil , Yong Wu , Matthias Brugger , Joerg Roedel , Rob Herring , Krzysztof Kozlowski , David Airlie , Mauro Carvalho Chehab Cc: Dafna Hirschfeld , Chun-Kuang Hu , Will Deacon , dri-devel@lists.freedesktop.org, yf.wang@mediatek.com, anthony.huang@mediatek.com, youlin.pei@mediatek.com, Irui Wang , Evan Green , Eizan Miyamoto , Matthias Kaehlcke , linux-arm-kernel@lists.infradead.org, mingyuan.ma@mediatek.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, Philipp Zabel , libo.kang@mediatek.com, yi.kuo@mediatek.com, linux-mediatek@lists.infradead.org, Hsin-Yi Wang , Tiffany Lin , anan.sun@mediatek.com, srv_heupstream@mediatek.com, acourbot@chromium.org, linux-kernel@vger.kernel.org, Tomasz Figa , iommu@lists.linux-foundation.org, Daniel Vetter , Robin Murphy References: <20211112105509.12010-1-yong.wu@mediatek.com> <20211112105509.12010-13-yong.wu@mediatek.com> <68c3a573-8453-38e9-93b2-2067bedcd06f@collabora.com> <4bd9e849-96dd-6f1c-2841-979459366ee5@collabora.com> From: AngeloGioacchino Del Regno Message-ID: Date: Thu, 13 Jan 2022 11:17:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 13/01/22 11:15, Hans Verkuil ha scritto: > On 13/01/2022 11:11, AngeloGioacchino Del Regno wrote: >> Il 11/01/22 11:57, AngeloGioacchino Del Regno ha scritto: >>> Il 12/11/21 11:55, Yong Wu ha scritto: >>>> After this patchset, mtk_vcodec_release_enc_pm has only one line. >>>> then remove that function, use pm_runtime_disable instead. >>>> >>>> meanwhile, mtk_vcodec_init_enc_pm only operate for the clocks, >>>> rename it from the _pm to _clk. >>>> >>>> No functional change. >>>> >>>> CC: Tiffany Lin >>>> CC: Irui Wang >>>> Signed-off-by: Yong Wu >>> >>> Reviewed-by: AngeloGioacchino Del Regno >>> >> >> Hello Yong, >> the mtk-vcodec patches were merged in Yunfei's vcodec patch series and Hans has >> scheduled that for v5.18. >> >> Can you please send a v10 and drop patches 10/15, 11/15, 12/15 (all of the >> media: mtk-vcodec: *) from this series? >> >> For the records, I think that after sending v10 this series is ready to be merged, >> as it was well reviewed and also tested on many MTK platforms. > > Good to know. When I have the v10 I'll try to prioritize reviewing it and running > my usual tests. Thank you Hans, that's very much appreciated! > > Yong, please make sure you run 'checkpatch.pl --strict' over the v10 patches and fix > any issues (using common sense). > > Regards, > > Hans > >> >> Thank you, >> - Angelo >