linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tzung-Bi Shih <tzungbi@google.com>
To: "kyrie.wu" <kyrie.wu@mediatek.com>
Cc: Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Bin Liu <bin.liu@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Tzung-Bi Shih <tzungbi@chromium.org>,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Tomasz Figa <tfiga@chromium.org>,
	xia.jiang@mediatek.com, maoguang.meng@mediatek.com,
	srv_heupstream@mediatek.com
Subject: Re: [PATCH v2,8/9] media: mtk-jpegenc: Generalize jpegenc HW operations interfaces
Date: Tue, 6 Jul 2021 19:00:56 +0800	[thread overview]
Message-ID: <CA+Px+wVwuujSM2MN3VC=kAAU4+M8ZwDhVE3WbUe9R39EuEWDuQ@mail.gmail.com> (raw)
In-Reply-To: <1625038079-25815-9-git-send-email-kyrie.wu@mediatek.com>

On Wed, Jun 30, 2021 at 3:28 PM kyrie.wu <kyrie.wu@mediatek.com> wrote:
> Generalizes jpegenc select/deselect HW and set params interfaces.
No code is using the functions.  The patch needs to be submitted with
other patches.

> +static int mtk_jpeg_select_hw(struct mtk_jpeg_ctx *ctx)
> +{
> +       int hw_id = -1;
> +       int i;
> +       unsigned long flags;
> +       struct mtk_jpeg_dev *jpeg = ctx->jpeg, *comp_jpeg = NULL;
comp_jpeg doesn't need to be initialized.

  parent reply	other threads:[~2021-07-06 11:01 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1625038079-25815-1-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00 ` [PATCH v2,0/9] Support jpeg encode for MT8195 Tzung-Bi Shih
2021-07-09  8:27   ` Tomasz Figa
     [not found] ` <1625038079-25815-3-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2,2/9] media: mtk-jpegenc: Add MT8195 JPEG venc driver Tzung-Bi Shih
     [not found] ` <1625038079-25815-4-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2,3/9] media: mtk-jpegenc: remove redundant code of irq Tzung-Bi Shih
2021-07-09  9:07     ` Tomasz Figa
     [not found] ` <1625038079-25815-7-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2,6/9] media: mtk-jpegenc: Generalize jpegenc HW timeout interfaces Tzung-Bi Shih
     [not found] ` <1625038079-25815-8-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2,7/9] media: mtk-jpegenc: Use component framework to manage each hardware information Tzung-Bi Shih
     [not found] ` <1625038079-25815-9-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` Tzung-Bi Shih [this message]
     [not found] ` <1625038079-25815-10-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:01   ` [PATCH v2,9/9] media: mtk-jpegenc: Refactor jpegenc device run interface Tzung-Bi Shih
     [not found] ` <1625038079-25815-5-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2,4/9] media: mtk-jpegenc: Refactor jpeg clock interface Tzung-Bi Shih
2021-07-09  9:20   ` Tomasz Figa
     [not found] ` <1625038079-25815-6-git-send-email-kyrie.wu@mediatek.com>
2021-07-06 11:00   ` [PATCH v2, 5/9] media: mtk-jpegenc: Generalize jpeg encode irq interfaces Tzung-Bi Shih
2021-07-09 10:20   ` [PATCH v2,5/9] " Tomasz Figa
2021-07-09 10:26 ` [PATCH v2,0/9] Support jpeg encode for MT8195 Tomasz Figa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+Px+wVwuujSM2MN3VC=kAAU4+M8ZwDhVE3WbUe9R39EuEWDuQ@mail.gmail.com' \
    --to=tzungbi@google.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=bin.liu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=kyrie.wu@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=maoguang.meng@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mchehab@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=tfiga@chromium.org \
    --cc=tzungbi@chromium.org \
    --cc=xia.jiang@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).