All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Yunfei Dong <yunfei.dong@mediatek.com>
Subject: [GIT PULL FOR v5.20] Add support for mt8195 + mt8186 vp9 support
Date: Mon, 23 May 2022 10:15:39 +0200	[thread overview]
Message-ID: <57e928c0-7ace-1776-4232-14a064fc4be8@xs4all.nl> (raw)

The following changes since commit 340ce50f75a6bdfe6d1850ca49ef37a8e2765dd1:

  media: hantro: Enable HOLD_CAPTURE_BUF for H.264 (2022-05-17 10:11:19 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20b

for you to fetch changes up to a5fde239bf6b038c1ac2e7a72b7c240c32185589:

  media: mediatek: vcodec: Add to support H264 inner racing mode (2022-05-23 09:48:41 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Yunfei Dong (8):
      media: mediatek: vcodec: add vp9 decoder driver for mt8186
      dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc
      media: mediatek: vcodec: Add to support lat soc hardware
      dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195
      media: mediatek: vcodec: Adds compatible for mt8195
      media: mediatek: vcodec: Different codec using different capture format
      media: mediatek: vcodec: prevent kernel crash when scp ipi timeout
      media: mediatek: vcodec: Add to support H264 inner racing mode

 Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml |  52 ++++++++----
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c                     |  41 +++++++++
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_drv.c                 |   8 ++
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_hw.c                  |  12 ++-
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_hw.h                  |   2 +
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_pm.c                  |  50 +++++++++++
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_drv.h                     |  12 +++
 drivers/media/platform/mediatek/vcodec/vdec/vdec_h264_req_multi_if.c        |  25 ++++--
 drivers/media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.c           | 197 ++++++++++++++++++++++++++++++++++++++++++-
 drivers/media/platform/mediatek/vcodec/vdec_drv_if.c                        |   2 +-
 drivers/media/platform/mediatek/vcodec/vdec_vpu_if.c                        |   5 ++
 11 files changed, 378 insertions(+), 28 deletions(-)

             reply	other threads:[~2022-05-23  8:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23  8:15 Hans Verkuil [this message]
2022-05-23  9:19 ` [GIT PULL FOR v5.20] Add support for mt8195 + mt8186 vp9 support (#83485) Jenkins
2022-06-06 10:18 ` Jenkins

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=57e928c0-7ace-1776-4232-14a064fc4be8@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=yunfei.dong@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.