[git:media_stage/master] media: mediatek: vcodec: fix possible unbalanced PM counter

2024-04-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: fix possible unbalanced PM counter Author: Eugen Hristev Date:Thu Dec 28 13:32:40 2023 +0200 It is possible that mtk_vcodec_enc_pw_on fails, and in that scenario

[git:media_stage/master] media: mediatek: vcodec: Drop unnecessary variable

2024-04-27 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Drop unnecessary variable Author: Fei Shao Date:Thu Dec 21 09:17:44 2023 + In mtk_vcodec_mem_alloc() and mtk_vcodec_mem_free(), the value of mem->size is not

[git:media_stage/master] media: mediatek: vcodec: Replace dev_name in error string

2024-04-27 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Replace dev_name in error string Author: Fei Shao Date:Thu Dec 21 09:17:43 2023 + mtk_v4l2_err() already uses dev_err(), so don't print the device name again.

[git:media_stage/master] media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messages

2024-04-27 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messages Author: Fei Shao Date:Thu Dec 21 09:17:45 2023 + In mtk_vcodec_mem_free(), there are two cases where a NULL VA is

[git:media_stage/master] media: mediatek: vcodec: Only free buffer VA that is not NULL

2024-04-27 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Only free buffer VA that is not NULL Author: Fei Shao Date:Thu Dec 21 09:17:46 2023 + In the MediaTek vcodec driver, while mtk_vcodec_mem_free() is mostly