mbox series

[GIT,PULL,FOR,v6.4] Mediatek vcodec fixes/enhancements

Message ID 98c48690-631d-1086-9b7c-004c61cc8dbb@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v6.4] Mediatek vcodec fixes/enhancements | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4e

Message

Hans Verkuil March 21, 2023, 12:14 p.m. UTC
The following changes since commit 71937240a472ee551ac8de0e7429b9d49884a388:

  media: ov2685: Select VIDEO_V4L2_SUBDEV_API (2023-03-20 16:32:18 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4e

for you to fetch changes up to 4a8fc66d32a98ea3941fd4a53ec021c3d700e238:

  media: mediatek: vcodec: Force capture queue format to MM21 (2023-03-21 12:52:10 +0100)

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

----------------------------------------------------------------
Allen-KH Cheng (2):
      media: dt-bindings: media: mediatek: Rename child node names for decoder
      media: dt-bindings: media: mediatek: Remove "dma-ranges" property for decoder

Pin-yen Lin (1):
      media: mediatek: vcodec: Use 4K frame size when supported by stateful decoder

Yunfei Dong (4):
      media: dt-bindings: media: mediatek: vcodec: adapt to the 'clock-names' of different platforms
      media: dt-bindings: media: mediatek: vcodec: Change the max reg value to 2
      media: mediatek: vcodec: Make MM21 the default capture format
      media: mediatek: vcodec: Force capture queue format to MM21

 Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml | 113 ++++++++++++++++++++-------------------------------
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c                     |  24 ++---------
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_stateful.c            |  12 +++++-
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec_stateless.c           |   8 ++--
 4 files changed, 62 insertions(+), 95 deletions(-)

Comments

Jenkins March 21, 2023, 12:35 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/98c48690-631d-1086-9b7c-004c61cc8dbb@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/291140/
Build time: 00:18:34
Link: https://lore.kernel.org/linux-media/98c48690-631d-1086-9b7c-004c61cc8dbb@xs4all.nl

gpg: Signature made Tue 21 Mar 2023 12:10:41 PM UTC
gpg:                using EDDSA key 52ADCAAE8A4F70B99ACD8D726B425DF79B1C1E76
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

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

Error/warnings:

patches/0001-media-dt-bindings-media-mediatek-Rename-child-node-n.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
	../drivers/staging/media/atomisp/i2c/atomisp-ov2680.c:415 ov2680_s_stream() warn: missing error code 'ret'
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3357 atomisp_cp_dvs_6axis_config() warn: missing unwind goto?
	../drivers/staging/media/atomisp/pci/atomisp_cmd.c: ../drivers/staging/media/atomisp/pci/atomisp_cmd.c:3456 atomisp_cp_morph_table() warn: missing unwind goto?

    allyesconfig: return code #0:
	../drivers/media/i2c/adp1653.c: ../drivers/media/i2c/adp1653.c:444 adp1653_of_init() warn: missing unwind goto?
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c: ../drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2490 mxc_jpeg_probe() warn: missing unwind goto?
	../drivers/media/i2c/ov5645.c: ../drivers/media/i2c/ov5645.c:687 ov5645_set_power_on() warn: 'ov5645->xclk' from clk_prepare_enable() not released on lines: 687.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: OOM: 3000012Kb sm_state_count = 1976096
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2570 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 55 seconds
	../drivers/media/usb/pvrusb2/pvrusb2-hdw.c: ../drivers/media/usb/pvrusb2/pvrusb2-hdw.c:3293 pvr2_hdw_get_tuner_status() warn: inconsistent indenting
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2864 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

patches/0006-media-mediatek-vcodec-Make-MM21-the-default-capture-.patch:

   checkpatch.pl:
	$ cat patches/0006-media-mediatek-vcodec-Make-MM21-the-default-capture-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:14: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


Error #512 when building PDF docs