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: Ezequiel Garcia <ezequiel@collabora.com>
Subject: [GIT PULL FOR v5.6] Fixes and add hantro csc postproc
Date: Fri, 13 Dec 2019 11:49:46 +0100	[thread overview]
Message-ID: <ffd3da67-83c4-bb65-c286-6d33a3d5100c@xs4all.nl> (raw)

The following changes since commit da090bf60370c9ad6ede4e76adbf37ce79b84791:

  media: Drop superfluous ioctl PCM ops (2019-12-13 09:33:22 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6e

for you to fetch changes up to 466c9caa509745a170b337194675c2a191c91934:

  media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros (2019-12-13 11:22:18 +0100)

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

----------------------------------------------------------------
Dragos Bogdan (1):
      media: adv7604: extend deep color mode to ADV7611

Ezequiel Garcia (4):
      media: vidioc-enum-fmt.rst: clarify format preference
      media: hantro: Cleanup format negotiation helpers
      hantro: Rename {prepare,finish}_run to {start,end}_prepare_run
      media: hantro: Support color conversion via post-processing

Nathan Chancellor (1):
      media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros

 Documentation/media/uapi/v4l/vidioc-enum-fmt.rst       |   4 +-
 drivers/media/i2c/adv7604.c                            |  32 +++++++----
 drivers/staging/media/hantro/Makefile                  |   1 +
 drivers/staging/media/hantro/hantro.h                  |  66 ++++++++++++++++++++--
 drivers/staging/media/hantro/hantro_drv.c              |  11 +++-
 drivers/staging/media/hantro/hantro_g1_h264_dec.c      |   4 +-
 drivers/staging/media/hantro/hantro_g1_mpeg2_dec.c     |   6 +-
 drivers/staging/media/hantro/hantro_g1_regs.h          |  53 ++++++++++++++++++
 drivers/staging/media/hantro/hantro_g1_vp8_dec.c       |   6 +-
 drivers/staging/media/hantro/hantro_h1_jpeg_enc.c      |   4 +-
 drivers/staging/media/hantro/hantro_h264.c             |   2 +-
 drivers/staging/media/hantro/hantro_hw.h               |  17 +++++-
 drivers/staging/media/hantro/hantro_postproc.c         | 142 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/hantro/hantro_v4l2.c             | 109 +++++++++++++++++++++++++------------
 drivers/staging/media/hantro/rk3288_vpu_hw.c           |  10 ++++
 drivers/staging/media/hantro/rk3399_vpu_hw_jpeg_enc.c  |   4 +-
 drivers/staging/media/hantro/rk3399_vpu_hw_mpeg2_dec.c |   4 +-
 drivers/staging/media/hantro/rk3399_vpu_hw_vp8_dec.c   |   4 +-
 include/media/v4l2-device.h                            |  12 ++--
 19 files changed, 411 insertions(+), 80 deletions(-)
 create mode 100644 drivers/staging/media/hantro/hantro_postproc.c

             reply	other threads:[~2019-12-13 10:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 10:49 Hans Verkuil [this message]
2019-12-13 11:22 ` [GIT PULL FOR v5.6] Fixes and add hantro csc postproc 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=ffd3da67-83c4-bb65-c286-6d33a3d5100c@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=ezequiel@collabora.com \
    --cc=linux-media@vger.kernel.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.