mbox series

[GIT,PULL,FOR,6.11] Wave5 features

Message ID 20240611153759.t6vy23etmawej7vm@basti-XPS-13-9310
State New
Headers show
Series [GIT,PULL,FOR,6.11] Wave5 features | expand

Pull-request

https://gitlab.collabora.com/sebastianfricke/linux.git tags/for-6.11-wave5-features

Message

Sebastian Fricke June 11, 2024, 3:37 p.m. UTC
Hey Hans & Mauro,

please pull

The following changes since commit 1034ead1a7333e65e516c583f757717f461eba43:

   media: amphion: Report the average QP of current encoded frame (2024-06-10 10:24:30 +0200)

are available in the Git repository at:

   https://gitlab.collabora.com/sebastianfricke/linux.git tags/for-6.11-wave5-features

for you to fetch changes up to 0fc475f948e052b807a8591a32ea8c8c9e2ed558:

   media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder. (2024-06-11 17:33:44 +0200)

----------------------------------------------------------------
Multiple new features for Wave5

----------------------------------------------------------------
jackson.lee (4):
       media: chips-media: wave5: Support SPS/PPS generation for each IDR
       media: chips-media: wave5: Support runtime suspend/resume
       media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage.
       media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder.

  .../platform/chips-media/wave5/wave5-helper.c      |  24 ++
  .../platform/chips-media/wave5/wave5-helper.h      |   5 +
  .../media/platform/chips-media/wave5/wave5-hw.c    |  23 +-
  .../platform/chips-media/wave5/wave5-vpu-dec.c     | 312 ++++++++-------------
  .../platform/chips-media/wave5/wave5-vpu-enc.c     | 308 +++++++++++---------
  .../media/platform/chips-media/wave5/wave5-vpu.c   |  43 +++
  .../media/platform/chips-media/wave5/wave5-vpu.h   |   5 +-
  .../platform/chips-media/wave5/wave5-vpuapi.c      |  14 +-
  .../platform/chips-media/wave5/wave5-vpuapi.h      |   1 +
  .../platform/chips-media/wave5/wave5-vpuconfig.h   |  27 +-
  drivers/media/platform/chips-media/wave5/wave5.h   |   3 +
  11 files changed, 420 insertions(+), 345 deletions(-)