Re: [PATCH v3] [bug/urgent] dvb-usb-v2: Fix incorrect use of transfer_flags URB_FREE_BUFFER

2019-01-05 Thread Dan Ziemba
On Mon, 2018-11-26 at 20:18 +, Malcolm Priestley wrote: > In commit 1a0c10ed7b media: dvb-usb-v2: stop using coherent memory > for URBs > incorrectly adds URB_FREE_BUFFER after every urb transfer. > > It cannot use this flag because it reconfigures the URBs accordingly > to suit connected devi

Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video

2019-01-05 Thread Mikhail Gavrilov
Hi folks! Every time when I start capture video from external capture card Avermedia Live Gamer ULTRA GC553 (https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc553) I got kernel error "Unknown pixelformat 0x". It look like false positive because I am able record video

[PATCH 3/4] staging: video: rockchip: add video codec

2019-01-05 Thread Randy Li
Signed-off-by: Randy Li --- drivers/staging/Kconfig | 2 ++ drivers/staging/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index e4f608815c05..81634dd0a283 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -122

[PATCH 2/4] staging: video: rockchip: fixup for upstream

2019-01-05 Thread Randy Li
Fixing those deprecated function from vendor kernel. Removing those features don't exist in upstream kernel. Signed-off-by: Randy Li --- drivers/staging/rockchip-mpp/mpp_dev_common.c | 12 ++-- drivers/staging/rockchip-mpp/mpp_dev_common.h | 2 +- drivers/staging/rockchip-mpp/mpp_dev_rk

[PATCH 4/4] arm64: dts: rockchip: add video codec for rk3399

2019-01-05 Thread Randy Li
It offers an example how a full features video codec should be configured. The original clocks assignment don't look good, if the clocks lower than 300MHZ, most of decoing tasks would suffer from timeout problem, 500MHZ is also a little high for RK3399 running in a stable state. Signed-off-by: Ra

[PATCH 1/4] staging: video: rockchip: video codec for vendor API

2019-01-05 Thread Randy Li
Signed-off-by: Randy Li --- drivers/staging/rockchip-mpp/Kconfig | 52 + drivers/staging/rockchip-mpp/Makefile | 16 + drivers/staging/rockchip-mpp/mpp_debug.h | 87 ++ drivers/staging/rockchip-mpp/mpp_dev_common.c | 971 ++ drivers/staging/rockchip-mpp/mp

[PATCH 0/4] Rockchip: the vendor video codec for reference

2019-01-05 Thread Randy Li
Those patches are not for merging, I won't dream on it. As I said in previous email, this driver is used for checking the status of the other drivers. I have checked this driver would memory dump, its output looks well. The reason I didn't use the video output is VOP driver doesn't work well. Also

Re: [PATCH 02/12] media: i2c: mt9m001: dt: add binding for mt9m001

2019-01-05 Thread Akinobu Mita
2019年1月4日(金) 6:12 Rob Herring : > > On Sun, Dec 23, 2018 at 02:12:44AM +0900, Akinobu Mita wrote: > > Add device tree binding documentation for the MT9M001 CMOS image sensor. > > > > Cc: Rob Herring > > Cc: Guennadi Liakhovetski > > Cc: Sakari Ailus > > Cc: Mauro Carvalho Chehab > > Signed-off-

Re: [PATCH 2/4] media: mt9m111: make VIDIOC_SUBDEV_G_FMT ioctl work with V4L2_SUBDEV_FORMAT_TRY

2019-01-05 Thread Akinobu Mita
2019年1月3日(木) 22:47 Marco Felsch : > > On 19-01-01 02:07, Akinobu Mita wrote: > > 2018年12月31日(月) 19:54 Marco Felsch : > > > > > > On 18-12-30 02:07, Akinobu Mita wrote: > > > > The VIDIOC_SUBDEV_G_FMT ioctl for this driver doesn't recognize > > > > V4L2_SUBDEV_FORMAT_TRY and always works as if V4L2_