mbox series

[GIT,PULL,FOR,v5.18] hantro: jpeg: Various improvements

Message ID 76d19a65-7ca0-092d-2e50-f1ee9cf4cd54@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.18] hantro: jpeg: Various improvements | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18h

Message

Hans Verkuil Jan. 22, 2022, 8:19 a.m. UTC
The following changes since commit 5da908b7af4c3ebd6748069d7223dc7a1a98d834:

  media: stm32: dcmi: create a dma scatterlist based on DMA max_sg_burst value (2022-01-14 09:48:46 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.18h

for you to fetch changes up to b64388c09c2cbee4b2a1d70a8aecb7ae2f33041d:

  media: hantro: jpeg: Remove open-coded size in quantization table code (2022-01-20 15:18:23 +0100)

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

----------------------------------------------------------------
Chen-Yu Tsai (7):
      media: hantro: Fix overfill bottom register field name
      media: hantro: Support cropping visible area for encoders
      media: hantro: jpeg: Add JFIF APP0 segment to JPEG encoder output
      media: hantro: jpeg: Add COM segment to JPEG header to align image scan
      media: hantro: Implement V4L2_CID_JPEG_ACTIVE_MARKER control
      media: hantro: output encoded JPEG content directly to capture buffers
      media: hantro: jpeg: Remove open-coded size in quantization table code

 drivers/staging/media/hantro/TODO                        |  7 ------
 drivers/staging/media/hantro/hantro.h                    |  1 -
 drivers/staging/media/hantro/hantro_drv.c                | 41 ++++++++++++++++++++----------
 drivers/staging/media/hantro/hantro_h1_jpeg_enc.c        | 41 ++++++++++++++++++------------
 drivers/staging/media/hantro/hantro_h1_regs.h            |  2 +-
 drivers/staging/media/hantro/hantro_hw.h                 | 11 --------
 drivers/staging/media/hantro/hantro_jpeg.c               | 86 ++++++++++++++++++++++++++++++++++-----------------------------
 drivers/staging/media/hantro/hantro_jpeg.h               |  2 +-
 drivers/staging/media/hantro/hantro_v4l2.c               | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/hantro/rockchip_vpu2_hw_jpeg_enc.c | 44 +++++++++++++++++++-------------
 drivers/staging/media/hantro/rockchip_vpu_hw.c           |  6 -----
 11 files changed, 204 insertions(+), 114 deletions(-)

Comments

Jenkins Jan. 22, 2022, 8:49 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/76d19a65-7ca0-092d-2e50-f1ee9cf4cd54@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/176252/
Build time: 00:19:37
Link: https://lore.kernel.org/linux-media/76d19a65-7ca0-092d-2e50-f1ee9cf4cd54@xs4all.nl

gpg: Signature made Sat 22 Jan 2022 08:17:56 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 1/7 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-hantro-Fix-overfill-bottom-register-field-name.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
	../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples

    allyesconfig: return code #0:
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	SPARSE:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: warning: array of flexible structures
	../drivers/media/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	../drivers/media/i2c/ov8865.c: ../drivers/media/i2c/ov8865.c:2843 ov8865_get_selection() warn: inconsistent indenting
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2625 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:658 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 654)
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2868 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-media-hantro-Fix-overfill-bottom-register-field-name.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:17: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs