Re: [RFC PATCH v6] media: mediatek: vcodec: support stateless AV1 decoder

2022-11-29 Thread Andrzej Pietrasiewicz
Hi, W dniu 29.11.2022 o 12:50, Xiaoyong Lu (卢小勇) pisze: Hi Andrzej, Thanks for your comments, I have fixed all except for some items which need more discussion with you. 1. +for (i = 0; i < AV1_MAX_FRAME_BUF_COUNT; i++) { +if (instance->cdf[i].va) +mtk_vcodec_mem_free

Re: [RFC PATCH v6] media: mediatek: vcodec: support stateless AV1 decoder

2022-11-18 Thread Andrzej Pietrasiewicz
Hi again, W dniu 17.11.2022 o 13:42, Andrzej Pietrasiewicz pisze: Hi Xiaoyong Lu, Sorry about chiming in only at v6. Please see inline below. Andrzej W dniu 17.11.2022 o 07:17, Xiaoyong Lu pisze: Add mediatek av1 decoder linux driver which use the stateless API in MT8195. Signed-off-by: Xia

Re: [RFC PATCH v6] media: mediatek: vcodec: support stateless AV1 decoder

2022-11-17 Thread Andrzej Pietrasiewicz
Hi Xiaoyong Lu, Sorry about chiming in only at v6. Please see inline below. Andrzej W dniu 17.11.2022 o 07:17, Xiaoyong Lu pisze: Add mediatek av1 decoder linux driver which use the stateless API in MT8195. Signed-off-by: Xiaoyong Lu --- Changes from v5: - change av1 PROFILE and LEVEL cfg -