Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
To: Jonas Karlman <jonas-uIzNG4q0ceqzQB+pC5nmwQ@public.gmane.org>
Cc: Nicolas Dufresne
	<nicolas-dDhyB4GVkw9AFePFGvp55w@public.gmane.org>,
	"kernel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org"
	<kernel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>,
	Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	Tomasz Figa <tfiga-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	Paul Kocialkowski
	<paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>,
	"linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Sakari Ailus <sakari.ailus-X3B1VOXEql0@public.gmane.org>,
	Laurent Pinchart
	<laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>,
	Hans Verkuil
	<hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>,
	Mauro Carvalho Chehab
	<mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Ezequiel Garcia
	<ezequiel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>,
	"linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v3 14/15] rockchip/vpu: Add support for MPEG-2 decoding
Date: Mon, 22 Apr 2019 17:12:23 +0200	[thread overview]
Message-ID: <20190422171223.48cd51fc@collabora.com> (raw)
In-Reply-To: <DB8PR03MB5898C649C628B6FDEF4E2C80AC220-U7g5rqjfsrWQrmiTwHjE+seAHadYHfrlvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>

On Mon, 22 Apr 2019 14:59:17 +0000
Jonas Karlman <jonas-uIzNG4q0ceqzQB+pC5nmwQ@public.gmane.org> wrote:

> On 2019-04-22 10:08, Boris Brezillon wrote:
> > From: Ezequiel Garcia <ezequiel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>  
> 
> Please restore my commit authorship, it seems to have changed in v3.

Oops, sorry about that, it was not intentional.

> 
> I would appreciate if you can pick the fixups from [1] and [2] to sync rk3288/rk3399 code.

Sure, I'll have a look.

> Please also squash both MPEG-2 commits, that is closer to the original commit at [4].

Hm, okay. I thought it'd be preferable to split that in 2 or even 3
commits (one adding the core infra and one per platform), but if
everyone is okay with having things squashed in a single commit I'll do
that.

> 
> This module seems to crash after repeated rmmod / insmod, calls to video_device_release
> seems to be the culprit for crash. There is also an issue with uneven pm runtime autosuspend calls
> leaving clocks enabled when module is unloaded.
> 
> Feel free to pick/squash any of the changes at [3], they fixes the crash and uneven autosuspend for me.

Will do.

> 
> MPEG-2 decoding is working on my RK3288 and RK3399 devices.
> 
> Fixup commits:
> [1] https://github.com/Kwiboo/linux-rockchip/commit/8d8b5aca522176d17b6a0f13da57fd9b8e7d1e9a
> [2] https://github.com/Kwiboo/linux-rockchip/commit/75de5f322ffe889154832f6ebfb08e48257af526
> [3] https://github.com/Kwiboo/linux-rockchip/commit/0729b53c825a630c9040d28541d2635a42177361
> 
> Original MPEG-2 commit:
> [4] https://github.com/Kwiboo/linux-rockchip/commit/25d9502927540c6f17c65d52a350b28c664cbf5a
> 
> Thanks,

Thanks for reviewing/testing/debugging.

Boris

  parent reply	other threads:[~2019-04-22 15:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-22  8:08 [PATCH v3 00/15] Add MPEG-2 decoding to Rockchip VPU Boris Brezillon
     [not found] ` <20190422080818.29130-1-boris.brezillon-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2019-04-22  8:08   ` [PATCH v3 01/15] rockchip/vpu: Use pixel format helpers Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 02/15] rockchip/vpu: Use v4l2_m2m_buf_copy_metadata Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 03/15] rockchip/vpu: Cleanup macroblock alignment Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 04/15] rockchip/vpu: Cleanup JPEG bounce buffer management Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 05/15] rockchip/vpu: Open-code media controller register Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 06/15] rockchip/vpu: Support the Request API Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 07/15] rockchip/vpu: Rename rockchip_vpu_common.h into rockchip_vpu_v4l2.h Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 08/15] rockchip/vpu: Remove a useless test Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 09/15] rockchip/vpu: Move encoder logic to a common place Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 10/15] rockchip/vpu: Provide a helper to reset both src and dst formats Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 11/15] rockchip/vpu: Prepare things to support decoders Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 12/15] rockchip/vpu: Add decoder boilerplate Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 13/15] rockchip/vpu: Add support for non-standard controls Boris Brezillon
2019-04-22  8:08   ` [PATCH v3 14/15] rockchip/vpu: Add support for MPEG-2 decoding Boris Brezillon
     [not found]     ` <20190422080818.29130-15-boris.brezillon-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2019-04-22 14:59       ` Jonas Karlman
     [not found]         ` <DB8PR03MB5898C649C628B6FDEF4E2C80AC220-U7g5rqjfsrWQrmiTwHjE+seAHadYHfrlvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2019-04-22 15:12           ` Boris Brezillon [this message]
     [not found]             ` <20190422171223.48cd51fc-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2019-04-22 15:28               ` Jonas Karlman
2019-04-22  8:08   ` [PATCH v3 15/15] rockchip/vpu: Add support for MPEG-2 decoding on RK3288 Boris Brezillon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190422171223.48cd51fc@collabora.com \
    --to=boris.brezillon-zgy8ohtn/8qb+jhodadfcq@public.gmane.org \
    --cc=ezequiel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org \
    --cc=hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=jonas-uIzNG4q0ceqzQB+pC5nmwQ@public.gmane.org \
    --cc=kernel-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org \
    --cc=laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
    --cc=linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=nicolas-dDhyB4GVkw9AFePFGvp55w@public.gmane.org \
    --cc=paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org \
    --cc=sakari.ailus-X3B1VOXEql0@public.gmane.org \
    --cc=tfiga-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox