Re: [RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-13 Thread kbuild test robot
Hi Boris, I love your patch! Perhaps something to improve: [auto build test WARNING on linuxtv-media/master] [cannot apply to v5.4-rc2 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to s

Re: [RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-11 Thread Hans Verkuil
On 10/11/19 1:15 PM, Boris Brezillon wrote: > Hi Hans, > > On Fri, 11 Oct 2019 12:06:35 +0200 > Hans Verkuil wrote: > >>> diff --git a/drivers/staging/media/rockchip/Kconfig >>> b/drivers/staging/media/rockchip/Kconfig >>> new file mode 100644 >>> index ..8c617ae2c84f >>> --- /dev/n

Re: [RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-11 Thread Boris Brezillon
Hi Hans, On Fri, 11 Oct 2019 12:06:35 +0200 Hans Verkuil wrote: > > diff --git a/drivers/staging/media/rockchip/Kconfig > > b/drivers/staging/media/rockchip/Kconfig > > new file mode 100644 > > index ..8c617ae2c84f > > --- /dev/null > > +++ b/drivers/staging/media/rockchip/Kconfig >

Re: [RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-11 Thread Hans Verkuil
On 10/11/19 11:33 AM, Boris Brezillon wrote: > The rockchip vdec block is a stateless decoder that's able to decode > H264, HEVC and VP9 content. This patch only adds H264 support and is > making use of the m2m codec helpers. Thank you for working on this. Here is a quick review: > > Signed-off

[RESEND PATCH v2 3/4] media: rockchip: Add the rkvdec driver

2019-10-11 Thread Boris Brezillon
The rockchip vdec block is a stateless decoder that's able to decode H264, HEVC and VP9 content. This patch only adds H264 support and is making use of the m2m codec helpers. Signed-off-by: Boris Brezillon --- drivers/staging/media/Kconfig |2 + drivers/staging/media/Makefile