mbox series

[GIT,PULL,FOR,v6.1] Enable 10bits bitstream for Hantro/G2 HEVC codec

Message ID fb8fb389-d029-4054-bfbc-3d7ee60b95b2@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v6.1] Enable 10bits bitstream for Hantro/G2 HEVC codec | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.1m

Message

Hans Verkuil Sept. 6, 2022, 11:25 a.m. UTC
The following changes since commit fbb6c848dd89786fe24856ee6b5e773910ded29c:

  media: destage Hantro VPU driver (2022-08-31 10:23:50 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.1m

for you to fetch changes up to 30d8104febf18fcaa7030513f0206c0ea223e994:

  media: hantro: Allows luma and chroma depth to be different (2022-09-06 13:04:30 +0200)

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

----------------------------------------------------------------
Benjamin Gaignard (7):
      media: hantro: Store HEVC bit depth in context
      media: hantro: HEVC: Fix auxilary buffer size calculation
      media: hantro: HEVC: Fix chroma offset computation
      media: hantro: postproc: Configure output regs to support 10bit
      media: Hantro: HEVC: Allows 10-bit bitstream
      media: hantro: imx8m: Enable 10bit decoding
      media: hantro: Allows luma and chroma depth to be different

 drivers/media/platform/verisilicon/hantro_drv.c         | 14 +++++++++-----
 drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c |  4 +---
 drivers/media/platform/verisilicon/hantro_hevc.c        |  4 ++--
 drivers/media/platform/verisilicon/hantro_postproc.c    |  7 ++++++-
 drivers/media/platform/verisilicon/imx8m_vpu_hw.c       | 27 +++++++++++++++++++++++++++
 5 files changed, 45 insertions(+), 11 deletions(-)