mbox series

[GIT,PULL,FOR,v5.20] mediatek vcodec capability fixes

Message ID 689df1f7-b562-c4c3-e78b-0350ced2fa71@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.20] mediatek vcodec capability fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20k

Message

Hans Verkuil July 11, 2022, 8:07 a.m. UTC
The following changes since commit e670f5d672ef3d00b0b8c69eff09a019e6dd4ef9:

  media: amphion: only insert the first sequence startcode for vc1l format (2022-07-08 18:18:49 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.20k

for you to fetch changes up to 5250932a727940e3c005305e0da5c77ed1083fb2:

  media: mediatek: vcodec: Make encoder capability fields fit requirements (2022-07-11 09:54:00 +0200)

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

----------------------------------------------------------------
Chen-Yu Tsai (2):
      media: mediatek: vcodec: Make decoder capability fields fit requirements
      media: mediatek: vcodec: Make encoder capability fields fit requirements

 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c | 7 ++++---
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_drv.h | 1 -
 drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc.c | 7 ++++---
 3 files changed, 8 insertions(+), 7 deletions(-)

Comments

Jenkins July 11, 2022, 8:31 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/689df1f7-b562-c4c3-e78b-0350ced2fa71@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/223932/
Build time: 00:18:33
Link: https://lore.kernel.org/linux-media/689df1f7-b562-c4c3-e78b-0350ced2fa71@xs4all.nl

gpg: Signature made Mon 11 Jul 2022 07:57:34 AM 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/2 patches with issues, being 1 at build time

Error/warnings:

patches/0001-media-mediatek-vcodec-Make-decoder-capability-fields.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:
	../drivers/media/i2c/cx25840/cx25840-core.c: ../drivers/media/i2c/cx25840/cx25840-core.c:5583 cx23885_dif_setup() parse error: turning off implications after 60 seconds
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:678 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 674)
	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/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2548 dvb_register() parse error: OOM: 3000028Kb sm_state_count = 1725875
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2548 dvb_register() warn: Function too hairy.  No more merges.
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2548 dvb_register() parse error: __split_smt: function too hairy.  Giving up after 49 seconds
	../drivers/media/platform/sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.c:193 sun6i_mipi_csi2_s_stream() warn: missing error code 'ret'
	../drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/sun8i_a83t_mipi_csi2.c:225 sun8i_a83t_mipi_csi2_s_stream() warn: missing error code 'ret'
	../drivers/media/dvb-frontends/sp887x.c: ../drivers/media/dvb-frontends/sp887x.c:178 sp887x_initial_setup() error: __memcpy() '&buf[2]' too small (30 vs 16384)

   checkpatch.pl:
	$ cat patches/0001-media-mediatek-vcodec-Make-decoder-capability-fields.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:6: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit a8a7a278c56a ("media: mediatek: vcodec: Change decoder v4l2 capability value")'

patches/0002-media-mediatek-vcodec-Make-encoder-capability-fields.patch:

   checkpatch.pl:
	$ cat patches/0002-media-mediatek-vcodec-Make-encoder-capability-fields.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:6: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fd9f8050e355 ("media: mediatek: vcodec: Change encoder v4l2 capability value")'