diff for duplicates of <1462584301.25248.40.camel@collabora.com> diff --git a/a/1.txt b/N1/1.txt index af850eb..1cf337a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ Thanks for re-submitting. See inline two typos to fix in teh comment. cheers, Nicolas -Le vendredi 06 mai 2016 ? 18:11 -0400, Javier Martinez Canillas a ?crit?: +Le vendredi 06 mai 2016 à 18:11 -0400, Javier Martinez Canillas a écrit : > From: ayaka <ayaka@soulik.info> > > User-space applications can use the VIDIOC_REQBUFS ioctl to determine if a @@ -21,7 +21,7 @@ Le vendredi 06 mai 2016 ? 18:11 -0400, Javier Martinez Canillas a ?crit?: > > But applications may first set the format and then attempt to determine > the I/O methods supported by the driver (for example Gstramer does it) so -?* GStreamer + * GStreamer > the state won't be set to MFCINST_INIT again and VIDIOC_REQBUFS will fail. > @@ -38,7 +38,7 @@ Le vendredi 06 mai 2016 ? 18:11 -0400, Javier Martinez Canillas a ?crit?: > This is a resend of a patch posted by Ayaka some time ago [0]. > Without $SUBJECT, trying to decode a video using Gstramer fails -* GStreamer again? +* GStreamer again > on an Exynos5422 Odroid XU4 board with following error message: > @@ -63,25 +63,18 @@ Le vendredi 06 mai 2016 ? 18:11 -0400, Javier Martinez Canillas a ?crit?: > Best regards, > Javier > -> ?drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 1 - -> ?1 file changed, 1 deletion(-) +> drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 1 - +> 1 file changed, 1 deletion(-) > > diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c > index f2d6376ce618..8b9467de2d6a 100644 > --- a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c > +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c > @@ -474,7 +474,6 @@ static int reqbufs_output(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx, -> ? ret = vb2_reqbufs(&ctx->vq_src, reqbufs); -> ? if (ret) -> ? goto out; +> ret = vb2_reqbufs(&ctx->vq_src, reqbufs); +> if (ret) +> goto out; > - s5p_mfc_close_mfc_inst(dev, ctx); -> ? ctx->src_bufs_cnt = 0; -> ? ctx->output_state = QUEUE_FREE; -> ? } else if (ctx->output_state == QUEUE_FREE) { --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 181 bytes -Desc: This is a digitally signed message part -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160506/c27b9a43/attachment-0001.sig> +> ctx->src_bufs_cnt = 0; +> ctx->output_state = QUEUE_FREE; +> } else if (ctx->output_state == QUEUE_FREE) { diff --git a/N1/2.bin b/N1/2.bin new file mode 100644 index 0000000..1ccb2c8 --- /dev/null +++ b/N1/2.bin @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlctQ+0ACgkQcVMCLawGqBxzPQCgys0bjrdBiyga9xf7rFkmJvxT +0GIAoJHnGK5ChhBy5/r79NsU26gEum9T +=Hc4G +-----END PGP SIGNATURE----- diff --git a/N1/2.hdr b/N1/2.hdr new file mode 100644 index 0000000..da6d245 --- /dev/null +++ b/N1/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: This is a digitally signed message part +Content-Transfer-Encoding: 7bit diff --git a/a/content_digest b/N1/content_digest index 4adb315..387914b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,26 @@ "ref\01462572682-5195-1-git-send-email-javier@osg.samsung.com\0" - "From\0nicolas.dufresne@collabora.com (Nicolas Dufresne)\0" - "Subject\0[RESEND PATCH] [media] s5p-mfc: don't close instance after free OUTPUT buffers\0" + "From\0Nicolas Dufresne <nicolas.dufresne@collabora.com>\0" + "Subject\0Re: [RESEND PATCH] [media] s5p-mfc: don't close instance after free OUTPUT buffers\0" "Date\0Fri, 06 May 2016 21:25:01 -0400\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Javier Martinez Canillas <javier@osg.samsung.com>" + " linux-kernel@vger.kernel.org\0" + "Cc\0Marek Szyprowski <m.szyprowski@samsung.com>" + ayaka <ayaka@soulik.info> + Shuah Khan <shuahkh@osg.samsung.com> + Mauro Carvalho Chehab <mchehab@osg.samsung.com> + Kamil Debski <k.debski@samsung.com> + Jeongtae Park <jtp.park@samsung.com> + Kyungmin Park <kyungmin.park@samsung.com> + linux-arm-kernel@lists.infradead.org + " linux-media@vger.kernel.org\0" + "\01:1\0" "b\0" "Thanks for re-submitting. See inline two typos to fix in teh comment.\n" "\n" "cheers,\n" "Nicolas\n" "\n" - "Le vendredi 06 mai 2016 ? 18:11 -0400, Javier Martinez Canillas a ?crit?:\n" + "Le vendredi 06 mai 2016 \303\240 18:11 -0400, Javier Martinez Canillas a \303\251crit\302\240:\n" "> From: ayaka <ayaka@soulik.info>\n" "> \n" "> User-space applications can use the VIDIOC_REQBUFS ioctl to determine if a\n" @@ -28,7 +38,7 @@ "> \n" "> But applications may first set the format and then attempt to determine\n" "> the I/O methods supported by the driver (for example Gstramer does it) so\n" - "?* GStreamer\n" + "\302\240* GStreamer\n" "\n" "> the state won't be set to MFCINST_INIT again and VIDIOC_REQBUFS will fail.\n" "> \n" @@ -45,7 +55,7 @@ "> This is a resend of a patch posted by Ayaka some time ago [0].\n" "> Without $SUBJECT, trying to decode a video using Gstramer fails\n" "\n" - "* GStreamer again?\n" + "* GStreamer again\302\240\n" "\n" "> on an Exynos5422 Odroid XU4 board with following error message:\n" "> \n" @@ -70,27 +80,31 @@ "> Best regards,\n" "> Javier\n" "> \n" - "> ?drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 1 -\n" - "> ?1 file changed, 1 deletion(-)\n" + "> \302\240drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 1 -\n" + "> \302\2401 file changed, 1 deletion(-)\n" "> \n" "> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c\n" "> index f2d6376ce618..8b9467de2d6a 100644\n" "> --- a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c\n" "> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c\n" "> @@ -474,7 +474,6 @@ static int reqbufs_output(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,\n" - "> ?\t\tret = vb2_reqbufs(&ctx->vq_src, reqbufs);\n" - "> ?\t\tif (ret)\n" - "> ?\t\t\tgoto out;\n" + "> \302\240\t\tret = vb2_reqbufs(&ctx->vq_src, reqbufs);\n" + "> \302\240\t\tif (ret)\n" + "> \302\240\t\t\tgoto out;\n" "> -\t\ts5p_mfc_close_mfc_inst(dev, ctx);\n" - "> ?\t\tctx->src_bufs_cnt = 0;\n" - "> ?\t\tctx->output_state = QUEUE_FREE;\n" - "> ?\t} else if (ctx->output_state == QUEUE_FREE) {\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 181 bytes\n" - "Desc: This is a digitally signed message part\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160506/c27b9a43/attachment-0001.sig> + "> \302\240\t\tctx->src_bufs_cnt = 0;\n" + "> \302\240\t\tctx->output_state = QUEUE_FREE;\n" + "> \302\240\t} else if (ctx->output_state == QUEUE_FREE) {" + "\01:2\0" + "fn\0signature.asc\0" + "d\0This is a digitally signed message part\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "Version: GnuPG v2\n" + "\n" + "iEYEABECAAYFAlctQ+0ACgkQcVMCLawGqBxzPQCgys0bjrdBiyga9xf7rFkmJvxT\n" + "0GIAoJHnGK5ChhBy5/r79NsU26gEum9T\n" + "=Hc4G\n" + "-----END PGP SIGNATURE-----\n" -b95bcff9d93d8e057fd438f09940dbda133ea488ac0e8920bf479ff50c3f4c62 +4e5e541fbfde65632ad12c65e783319179e6766e90ff1730b9085a0783f07040
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.