From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F12EEC19F2D for ; Tue, 9 Aug 2022 18:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/XjS0+J3YPE4MXxQS7Ok3/UQP3rux1BRPUQUsD4SrP0=; b=bNOgDosSkB06Gdw0xJem27Glg2 fqywHQiutes8EbgObkN1FZDyXnZLKnkkdMZ6lTsubld9XGHGS0TDJTjRkOg2F3wKTyY3VpzZbw4ya PwBugWulPreQCnVXv7F+6OFkm6Pk14/Vj1DVa4Js9B6tdTqhE+jLa+eHqTpJUPi/e1yP2i4Y3K0kM MovGK3Jjxe8jt0F+XgPRAtUUbQ5nsxHYe6AI0a8ZU02jqzQwsxp2YKAM6iWS9VE5qpnuG74w+PN5Q bdad2qWGvsZ9J3Zw5g1u1+k3w4YZTT8RKJTt5SJsPeWV4aRxAQcPXwXTihmjCgr0Q3HFsNJOjG/SS c/MNMyrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLUCl-005bXx-9N; Tue, 09 Aug 2022 18:43:51 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLUCi-005bUO-B8 for linux-rockchip@lists.infradead.org; Tue, 09 Aug 2022 18:43:49 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oLUCR-0005YX-Q3; Tue, 09 Aug 2022 20:43:31 +0200 Received: from mgr by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1oLUCQ-0000nP-Ee; Tue, 09 Aug 2022 20:43:30 +0200 Date: Tue, 9 Aug 2022 20:43:30 +0200 From: Michael Grzeschik To: Nicolas Frattaroli Cc: Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Heiko Stuebner , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] media: hantro: Add support for RK356x JPEG encoder Message-ID: <20220809184330.GA4380@pengutronix.de> References: <20220427224438.335327-1-frattaroli.nicolas@gmail.com> <20220427224438.335327-3-frattaroli.nicolas@gmail.com> <20220809124508.GL14307@pengutronix.de> MIME-Version: 1.0 In-Reply-To: <20220809124508.GL14307@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: mgr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-rockchip@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_114348_416638_5F7E91DE X-CRM114-Status: GOOD ( 23.93 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============3935440554821542345==" Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org --===============3935440554821542345== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 09, 2022 at 02:45:08PM +0200, Michael Grzeschik wrote: >On Thu, Apr 28, 2022 at 12:44:37AM +0200, Nicolas Frattaroli wrote: >>The RK3566 and RK3568 SoCs come with a small Hantro instance which >>is solely dedicated to encoding JPEG. This patch adds the necessary >>structs to the Hantro driver to allow it to function. >> >>Tested with the following GStreamer command: >> >>gst-launch-1.0 videotestsrc ! v4l2jpegenc ! matroskamux ! \ >> filesink location=3Dfoo.mkv > >I just tried this pipeline on v5.19. The filesize generated is increasing = and >data is generated. However the content seems to be unusable. > >When playing foo.mkv with e.g. vlc the following errors, that no JPEG data= was found >in the images, is generated: > > >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >... > > >The same with gstreamer: > >gst-launch-1.0 filesrc location=3Dfoo.mkv ! decodebin ! glimagesink >../ext/jpeg/gstjpegdec.c(1418): gst_jpeg_dec_handle_frame (): /GstPipeline= :pipeline0/GstDecodeBin:decodebin0/GstJpegDec:jpegdec0: >Decode error #53: Not a JPEG file: starts with 0x00 0x00 >.. > > >Do you have an idea why that is? Did you test the pipeline with an earlier >kernelversion and validated the generated content of foo.mkv? After further debugging, I found out that my latest port of the bootlin patches to support h264 encoding broke the hantro driver somehow. https://git.pengutronix.de/cgit/mgr/linux/log/?h=3Dv5.19/topic/rk3568-vepu-= h264-stateless-bootlin The good news about that is; it is possible that the same issue was the cause that I thought the h264 encoding is not supported on the VEPU121. So the support is still unknown I will come back to that. Regards, Michael --=20 Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --azLHFNyN32YCQGCU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEElXvEUs6VPX6mDPT8C+njFXoeLGQFAmLyqs8ACgkQC+njFXoe LGQItRAAj/Maz6S+qvjgj2qxwTHOXNKpxXLuukYWID55zyIjCBhMX0TmPsGTIQQD bkD2FB31dykYjtx5JepDztiDPoTFe1JH8FFrnOR/d1rNl40oZRVefBBMxgcS3niF PZXOD0tQ3Z3jyXOVD9AUPUJWsJl0w5ROBJjtkgCpF0KfH+29S90xPe3ktFZaU6bY KScHe3dLKEKNEHs/6tjgI3VphHabmxcFj3iucSm88jio8GLx67uWN6rKjKkZxHz8 f5yw6Ta96yVUL3G0mPrlMVL4SlI7jnEinbGL5lYHXO5sfKej4nZfLEIbtVxXTHP2 TfHup6Ws6dFAoYUcKTGwvzblbtH5Y/6Nk8LyCud/NZT3DBEr9MZRbjizlC/QGeAY yjryjYiCJMxi0f7IkhCGYupBRKb7eofugJAymiaMKHrGRctRSXUfj0twHxrBzMz6 fYVWhYqSmjrZjsRIqg1q0GUu24kG1UtCnvqnkhSJIvSGYpIXmKeeKkDaEVhD0V6r wP2VX0dJfbf5Jp9zpNynVY0YacOngis5muLKTnbBeATXEH1Inv+ShzoaiHRrk1t8 FQ6IFRv8HiR+zZFy4y3vWDo4m1xzoRR03Jmhf/CYBASPIHhQk3oU3ArqtEEigkA9 OO2fTaFTnrFipkOSgysdGAl9/KXpuwXFdmiwoXmWlzj1ZEsFlGI= =BxJZ -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- --===============3935440554821542345== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip --===============3935440554821542345==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [85.220.165.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B812633C4 for ; Tue, 9 Aug 2022 18:43:35 +0000 (UTC) Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oLUCR-0005YX-Q3; Tue, 09 Aug 2022 20:43:31 +0200 Received: from mgr by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1oLUCQ-0000nP-Ee; Tue, 09 Aug 2022 20:43:30 +0200 Date: Tue, 9 Aug 2022 20:43:30 +0200 From: Michael Grzeschik To: Nicolas Frattaroli Cc: Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Heiko Stuebner , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] media: hantro: Add support for RK356x JPEG encoder Message-ID: <20220809184330.GA4380@pengutronix.de> References: <20220427224438.335327-1-frattaroli.nicolas@gmail.com> <20220427224438.335327-3-frattaroli.nicolas@gmail.com> <20220809124508.GL14307@pengutronix.de> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <20220809124508.GL14307@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: mgr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-staging@lists.linux.dev --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 09, 2022 at 02:45:08PM +0200, Michael Grzeschik wrote: >On Thu, Apr 28, 2022 at 12:44:37AM +0200, Nicolas Frattaroli wrote: >>The RK3566 and RK3568 SoCs come with a small Hantro instance which >>is solely dedicated to encoding JPEG. This patch adds the necessary >>structs to the Hantro driver to allow it to function. >> >>Tested with the following GStreamer command: >> >>gst-launch-1.0 videotestsrc ! v4l2jpegenc ! matroskamux ! \ >> filesink location=3Dfoo.mkv > >I just tried this pipeline on v5.19. The filesize generated is increasing = and >data is generated. However the content seems to be unusable. > >When playing foo.mkv with e.g. vlc the following errors, that no JPEG data= was found >in the images, is generated: > > >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >... > > >The same with gstreamer: > >gst-launch-1.0 filesrc location=3Dfoo.mkv ! decodebin ! glimagesink >../ext/jpeg/gstjpegdec.c(1418): gst_jpeg_dec_handle_frame (): /GstPipeline= :pipeline0/GstDecodeBin:decodebin0/GstJpegDec:jpegdec0: >Decode error #53: Not a JPEG file: starts with 0x00 0x00 >.. > > >Do you have an idea why that is? Did you test the pipeline with an earlier >kernelversion and validated the generated content of foo.mkv? After further debugging, I found out that my latest port of the bootlin patches to support h264 encoding broke the hantro driver somehow. https://git.pengutronix.de/cgit/mgr/linux/log/?h=3Dv5.19/topic/rk3568-vepu-= h264-stateless-bootlin The good news about that is; it is possible that the same issue was the cause that I thought the h264 encoding is not supported on the VEPU121. So the support is still unknown I will come back to that. Regards, Michael --=20 Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --azLHFNyN32YCQGCU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEElXvEUs6VPX6mDPT8C+njFXoeLGQFAmLyqs8ACgkQC+njFXoe LGQItRAAj/Maz6S+qvjgj2qxwTHOXNKpxXLuukYWID55zyIjCBhMX0TmPsGTIQQD bkD2FB31dykYjtx5JepDztiDPoTFe1JH8FFrnOR/d1rNl40oZRVefBBMxgcS3niF PZXOD0tQ3Z3jyXOVD9AUPUJWsJl0w5ROBJjtkgCpF0KfH+29S90xPe3ktFZaU6bY KScHe3dLKEKNEHs/6tjgI3VphHabmxcFj3iucSm88jio8GLx67uWN6rKjKkZxHz8 f5yw6Ta96yVUL3G0mPrlMVL4SlI7jnEinbGL5lYHXO5sfKej4nZfLEIbtVxXTHP2 TfHup6Ws6dFAoYUcKTGwvzblbtH5Y/6Nk8LyCud/NZT3DBEr9MZRbjizlC/QGeAY yjryjYiCJMxi0f7IkhCGYupBRKb7eofugJAymiaMKHrGRctRSXUfj0twHxrBzMz6 fYVWhYqSmjrZjsRIqg1q0GUu24kG1UtCnvqnkhSJIvSGYpIXmKeeKkDaEVhD0V6r wP2VX0dJfbf5Jp9zpNynVY0YacOngis5muLKTnbBeATXEH1Inv+ShzoaiHRrk1t8 FQ6IFRv8HiR+zZFy4y3vWDo4m1xzoRR03Jmhf/CYBASPIHhQk3oU3ArqtEEigkA9 OO2fTaFTnrFipkOSgysdGAl9/KXpuwXFdmiwoXmWlzj1ZEsFlGI= =BxJZ -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0990EC19F2D for ; Tue, 9 Aug 2022 18:45:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t1kH7R9y2z8oUlRADN8E+n3Z5sHncQIbjpqFe2mCLUU=; b=BhYRVxf7RuoxLJE6LOK89Txgp8 w7PDXzOEDdp4dhJ3YSeCLwoJT/SMHq+QKdkS7dIskWSSFXUdIxtxpSYa4kDnsg63gcfMeXD0r7IT/ PhZSD7cEDSpwR/gj0jOX5ooTdp61FGgVhrICTZVXtBmQddQsSMkt4IrRmK9f7EMYZ0EK23HS0R6Wj TnzNCYSHPhHe5DmD8GNX2hVOBSVuaPK0uydieAiPcXavBbOobKv/ExaEIwt+zWTb8euj66OUZcAwS ljL0GDREcO8AijttVsI+18VHLO9sJBikQ5yIfBUD25CcUEVcIZb8/cF/ghVVngeUEUYOn52M2Ngl2 QZ8G1QfQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLUCm-005bYC-19; Tue, 09 Aug 2022 18:43:52 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oLUCi-005bUX-B7 for linux-arm-kernel@lists.infradead.org; Tue, 09 Aug 2022 18:43:50 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oLUCR-0005YX-Q3; Tue, 09 Aug 2022 20:43:31 +0200 Received: from mgr by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1oLUCQ-0000nP-Ee; Tue, 09 Aug 2022 20:43:30 +0200 Date: Tue, 9 Aug 2022 20:43:30 +0200 From: Michael Grzeschik To: Nicolas Frattaroli Cc: Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Heiko Stuebner , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] media: hantro: Add support for RK356x JPEG encoder Message-ID: <20220809184330.GA4380@pengutronix.de> References: <20220427224438.335327-1-frattaroli.nicolas@gmail.com> <20220427224438.335327-3-frattaroli.nicolas@gmail.com> <20220809124508.GL14307@pengutronix.de> MIME-Version: 1.0 In-Reply-To: <20220809124508.GL14307@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: mgr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220809_114348_416641_1E98148A X-CRM114-Status: GOOD ( 24.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============8590239429822452045==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8590239429822452045== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 09, 2022 at 02:45:08PM +0200, Michael Grzeschik wrote: >On Thu, Apr 28, 2022 at 12:44:37AM +0200, Nicolas Frattaroli wrote: >>The RK3566 and RK3568 SoCs come with a small Hantro instance which >>is solely dedicated to encoding JPEG. This patch adds the necessary >>structs to the Hantro driver to allow it to function. >> >>Tested with the following GStreamer command: >> >>gst-launch-1.0 videotestsrc ! v4l2jpegenc ! matroskamux ! \ >> filesink location=3Dfoo.mkv > >I just tried this pipeline on v5.19. The filesize generated is increasing = and >data is generated. However the content seems to be unusable. > >When playing foo.mkv with e.g. vlc the following errors, that no JPEG data= was found >in the images, is generated: > > >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >[mjpeg @ 0x7f2f08c1f780] No JPEG data found in image >... > > >The same with gstreamer: > >gst-launch-1.0 filesrc location=3Dfoo.mkv ! decodebin ! glimagesink >../ext/jpeg/gstjpegdec.c(1418): gst_jpeg_dec_handle_frame (): /GstPipeline= :pipeline0/GstDecodeBin:decodebin0/GstJpegDec:jpegdec0: >Decode error #53: Not a JPEG file: starts with 0x00 0x00 >.. > > >Do you have an idea why that is? Did you test the pipeline with an earlier >kernelversion and validated the generated content of foo.mkv? After further debugging, I found out that my latest port of the bootlin patches to support h264 encoding broke the hantro driver somehow. https://git.pengutronix.de/cgit/mgr/linux/log/?h=3Dv5.19/topic/rk3568-vepu-= h264-stateless-bootlin The good news about that is; it is possible that the same issue was the cause that I thought the h264 encoding is not supported on the VEPU121. So the support is still unknown I will come back to that. Regards, Michael --=20 Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --azLHFNyN32YCQGCU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEElXvEUs6VPX6mDPT8C+njFXoeLGQFAmLyqs8ACgkQC+njFXoe LGQItRAAj/Maz6S+qvjgj2qxwTHOXNKpxXLuukYWID55zyIjCBhMX0TmPsGTIQQD bkD2FB31dykYjtx5JepDztiDPoTFe1JH8FFrnOR/d1rNl40oZRVefBBMxgcS3niF PZXOD0tQ3Z3jyXOVD9AUPUJWsJl0w5ROBJjtkgCpF0KfH+29S90xPe3ktFZaU6bY KScHe3dLKEKNEHs/6tjgI3VphHabmxcFj3iucSm88jio8GLx67uWN6rKjKkZxHz8 f5yw6Ta96yVUL3G0mPrlMVL4SlI7jnEinbGL5lYHXO5sfKej4nZfLEIbtVxXTHP2 TfHup6Ws6dFAoYUcKTGwvzblbtH5Y/6Nk8LyCud/NZT3DBEr9MZRbjizlC/QGeAY yjryjYiCJMxi0f7IkhCGYupBRKb7eofugJAymiaMKHrGRctRSXUfj0twHxrBzMz6 fYVWhYqSmjrZjsRIqg1q0GUu24kG1UtCnvqnkhSJIvSGYpIXmKeeKkDaEVhD0V6r wP2VX0dJfbf5Jp9zpNynVY0YacOngis5muLKTnbBeATXEH1Inv+ShzoaiHRrk1t8 FQ6IFRv8HiR+zZFy4y3vWDo4m1xzoRR03Jmhf/CYBASPIHhQk3oU3ArqtEEigkA9 OO2fTaFTnrFipkOSgysdGAl9/KXpuwXFdmiwoXmWlzj1ZEsFlGI= =BxJZ -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- --===============8590239429822452045== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8590239429822452045==--