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 4630FC43217 for ; Wed, 29 Dec 2021 05:36:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2029310E21E; Wed, 29 Dec 2021 05:36:05 +0000 (UTC) Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F6ED10E21E for ; Wed, 29 Dec 2021 05:36:03 +0000 (UTC) Received: by mail-pj1-x1029.google.com with SMTP id rj2-20020a17090b3e8200b001b1944bad25so18936275pjb.5 for ; Tue, 28 Dec 2021 21:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=LCWTLU499vgUIibOB7RC/Lf29OvyjLAfzziGpa9pprc=; b=UHG2Wr/bUh9+RG3z6/wLDKvolZg27kHxzETT+w1PyYUO0M/sEDfnfDaXFK1/Fe+EgQ EPmePdb9FtgIXRoeOSmBlqYRDCHjdVhn5U3zfC73wvgE9tX1KbrJH1jfp4d9PlDGU/XQ WN/0TGLd8cDAoQlePh8eUjttGzfucKl1hZPjfzGSC0zx4iosSx7jERUbeqLcHxD1Cxfo lcoILVOjDWFPER13QQjV2dxLhxvnSaNP2wnyqahYu84szMUf1fvfvQZr6YYtlaI5wHbk RCareXx3mv9jLuqA1CDDe+stKGjbppVraM/vQFxLpzLq2BY9y8oEUIp+Z/T5s5sQNUgp GWXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=LCWTLU499vgUIibOB7RC/Lf29OvyjLAfzziGpa9pprc=; b=zlHGh2mpQaUPrvzVWnrArCFHE6VetIhrmOo/dsepZx4M+Ju3z2mmqA0GJgxaXQchoD kIJcdTC8Co1LO87e1Ryly39O68gIF2JyzPtUION2KrpBdRWxCFkrleuGB5Nb5t32v6Xz 7F9JefWDHyFa0iQsM3UOSF+HnfWYJpBw4mMAN8nBNeiw8WM5dUVb90mJrF2n30HG0Vw0 g5EjOMp2g+x3j5SKKBdcEGrf8Tz+RH98qbPDNCcbnruci7IQ2feBJP3MwIW+QYN3NSVM y8Hp7rSsFNabRdJ3KTxpu/i58PrsGioGxvfzcRxK4CEWepRyce4fwBJ7Sz1MyvZ3KjQp vQ5w== X-Gm-Message-State: AOAM530CSEfuRi/EN8mXHFe/LLkvYNiTec62X98z5kagPhcxnvm+2Od7 2KJoQuGXIf9ZFkAGFvfbg2ymtA== X-Google-Smtp-Source: ABdhPJwI3ybkjKJD6RZt2826LHFESA/M3BbWEhFyh7OncX6wgaoW14cNyMMqRzWh+NFFFl1UtWzOSA== X-Received: by 2002:a17:902:6b02:b0:149:7c20:c15b with SMTP id o2-20020a1709026b0200b001497c20c15bmr13898631plk.173.1640756162651; Tue, 28 Dec 2021 21:36:02 -0800 (PST) Received: from google.com ([2401:fa00:1:10:4dea:2b20:ea89:724b]) by smtp.gmail.com with ESMTPSA id w7sm23509460pfu.180.2021.12.28.21.35.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Dec 2021 21:36:02 -0800 (PST) Date: Wed, 29 Dec 2021 13:35:57 +0800 From: Tzung-Bi Shih To: Yunfei Dong Subject: Re: [PATCH v2, 01/12] media: mtk-vcodec: Add vdec enable/disable hardware helpers Message-ID: References: <20211228094146.20505-1-yunfei.dong@mediatek.com> <20211228094146.20505-2-yunfei.dong@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211228094146.20505-2-yunfei.dong@mediatek.com> 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: Andrew-CT Chen , Dafna Hirschfeld , dri-devel , Steve Cho , Irui Wang , Mauro Carvalho Chehab , Benjamin Gaignard , Project_Global_Chrome_Upstream_Group@mediatek.com, Fritz Koenig , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Tzung-Bi Shih , Tomasz Figa , Rob Herring , linux-mediatek@lists.infradead.org, Hsin-Yi Wang , Matthias Brugger , Tiffany Lin , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno , srv_heupstream@mediatek.com, Alexandre Courbot , linux-kernel@vger.kernel.org, Hans Verkuil Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Dec 28, 2021 at 05:41:35PM +0800, Yunfei Dong wrote: > From: Yunfei Dong > > Lock, power and clock are highly coupled operations. Adds vdec > enable/disable hardware helpers and uses them. > > Signed-off-by: Yunfei Dong Reviewed-by: Tzung-Bi Shih