[v3,PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-03-11 Thread Irui Wang
MTK H264 Encoder(VENC_SYS) and VP8 Encoder(VENC_LT_SYS) are two independent hardware instance. They have their owner interrupt, register mapping, and special clocks. This patch separates them into two devices. This is a preparing patch for adding device_link between the larbs and venc-device.

Re: [PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-02-22 Thread Alexandre Courbot
On Sat, Feb 20, 2021 at 3:56 PM Irui Wang wrote: > > On Wed, 2021-02-03 at 19:44 +0900, Alexandre Courbot wrote: > > Hi Irui, > > > > Thanks for pushing this forward. I had two small conflicts when > > applying this patch to the media tree, so you may want to rebase > > before sending the next

Re: [PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-02-19 Thread Irui Wang
On Wed, 2021-02-03 at 19:44 +0900, Alexandre Courbot wrote: > Hi Irui, > > Thanks for pushing this forward. I had two small conflicts when > applying this patch to the media tree, so you may want to rebase > before sending the next version. Please see the comments inline. > > On Thu, Jan 21,

Re: [PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-02-03 Thread Alexandre Courbot
Hi Irui, Thanks for pushing this forward. I had two small conflicts when applying this patch to the media tree, so you may want to rebase before sending the next version. Please see the comments inline. On Thu, Jan 21, 2021 at 3:18 PM Irui Wang wrote: > > MTK H264 Encoder(VENC_SYS) and VP8

Re: [PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-01-26 Thread Tiffany Lin
On Thu, 2021-01-21 at 14:18 +0800, Irui Wang wrote: > MTK H264 Encoder(VENC_SYS) and VP8 Encoder(VENC_LT_SYS) are two > independent hardware instance. They have their owner interrupt, > register mapping, and special clocks. > > This patch seperates them into two drivers: > User Call

[PATCH 3/3] media: mtk-vcodec: Separating mtk encoder driver

2021-01-20 Thread Irui Wang
MTK H264 Encoder(VENC_SYS) and VP8 Encoder(VENC_LT_SYS) are two independent hardware instance. They have their owner interrupt, register mapping, and special clocks. This patch seperates them into two drivers: User Call "VIDIOC_QUERYCAP": H264 Encoder return driver name "mtk-vcodec-enc"; VP8