All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v6.9-rc4] media fixes
Date: Wed, 10 Apr 2024 18:38:52 +0200	[thread overview]
Message-ID: <20240410183852.6df5011e@coco.lan> (raw)

Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.9-2

For:
  - some fixes causing oops on mediatec vcodec encoder/decoder.

Regards,
Mauro

---


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.9-2

for you to fetch changes up to d353c3c34af08cfd4eaafc8c55f664eacec274ee:

  media: mediatek: vcodec: support 36 bits physical address (2024-03-26 09:52:59 +0100)

----------------------------------------------------------------
media fixes for v6.9-rc4

----------------------------------------------------------------
Irui Wang (1):
      media: mediatek: vcodec: Handle VP9 superframe bitstream with 8 sub-frames

Nicolas Dufresne (1):
      media: mediatek: vcodec: Fix oops when HEVC init fails

Yunfei Dong (3):
      media: mediatek: vcodec: adding lock to protect decoder context list
      media: mediatek: vcodec: adding lock to protect encoder context list
      media: mediatek: vcodec: support 36 bits physical address

 .../media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c |  8 ++++----
 .../platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c     |  5 +++++
 .../platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.h     |  2 ++
 .../mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c     |  2 +-
 .../media/platform/mediatek/vcodec/decoder/vdec/vdec_vp8_if.c |  2 +-
 .../media/platform/mediatek/vcodec/decoder/vdec/vdec_vp9_if.c | 11 ++++++-----
 .../mediatek/vcodec/decoder/vdec/vdec_vp9_req_lat_if.c        |  4 ++--
 drivers/media/platform/mediatek/vcodec/decoder/vdec_vpu_if.c  |  2 ++
 .../platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c     |  5 +++++
 .../platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.h     |  2 ++
 drivers/media/platform/mediatek/vcodec/encoder/venc_vpu_if.c  |  2 ++
 11 files changed, 32 insertions(+), 13 deletions(-)


             reply	other threads:[~2024-04-10 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-10 16:38 Mauro Carvalho Chehab [this message]
2024-04-10 17:01 ` [GIT PULL for v6.9-rc4] media fixes (#100695) Jenkins
2024-04-10 20:53 ` [GIT PULL for v6.9-rc4] media fixes Linus Torvalds
2024-04-10 20:55 ` pr-tracker-bot

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=20240410183852.6df5011e@coco.lan \
    --to=mchehab@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.