Re: [PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode

2021-12-13 Thread Steve Cho
Hi Yunfei, Thank you for reflecting comments. Reviewed-by: Steve Cho On Mon, Dec 13, 2021 at 12:40 AM yunfei.d...@mediatek.com wrote: > > Hi Steve, > > Thanks for your suggestion, > On Thu, 2021-12-09 at 15:29 -0800, Steve Cho wrote: > > Few comments and questions. > > > > On Wed, Dec 1, 2021

Re: [PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode

2021-12-13 Thread yunfei.d...@mediatek.com
Hi Steve, Thanks for your suggestion, On Thu, 2021-12-09 at 15:29 -0800, Steve Cho wrote: > Few comments and questions. > > On Wed, Dec 1, 2021 at 7:46 PM Yunfei Dong > wrote: > > > > There are more than two hardwares for decoder: LAT0, LAT1 and CORE. > > In order to > > manage these hardwares,

Re: [PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode

2021-12-09 Thread Steve Cho
Few comments and questions. On Wed, Dec 1, 2021 at 7:46 PM Yunfei Dong wrote: > > There are more than two hardwares for decoder: LAT0, LAT1 and CORE. In order > to > manage these hardwares, register each hardware as independent platform device > for the larbs are different. basic question: what

[PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode

2021-12-01 Thread Yunfei Dong
There are more than two hardwares for decoder: LAT0, LAT1 and CORE. In order to manage these hardwares, register each hardware as independent platform device for the larbs are different. Each hardware module controls its own information which includes interrupt/power/ clocks/registers. Calling o