summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek/vcodec
AgeCommit message (Expand)AuthorFilesLines
2023-08-10media: mediatek: vcodec: fix unreasonable parameter definition and styleYunfei Dong2-6/+6
2023-08-10media: mediatek: vcodec: separate struct mtk_vcodec_devYunfei Dong38-422/+468
2023-08-10media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'Yunfei Dong46-516/+688
2023-08-10media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug messageYunfei Dong23-443/+419
2023-08-10media: mediatek: vcodec: remove the dependency of vcodec debug logYunfei Dong14-535/+494
2023-08-10media: mediatek: vcodec: Removing useless debug logYunfei Dong12-90/+4
2023-08-10media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared inte...Yunfei Dong7-41/+41
2023-08-10media: mediatek: vcodec: align fw interfaceYunfei Dong5-19/+23
2023-08-10media: mediatek: vcodec: remove unused parameterYunfei Dong3-10/+0
2023-07-27media: mediatek: vcodec: Consider vdecsys presence in reg range checkNícolas F. R. A. Prado1-1/+5
2023-07-25media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter1-2/+3
2023-07-25media: mediatek: vcodec: fix potential double freeDan Carpenter1-0/+1
2023-07-25media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-07-25media: mediatek: vcodec: fix AV1 decode fail for 36bit iovaXiaoyong Lu1-4/+8
2023-07-25media: mediatek: vcodec: Read HW active status from sysconNícolas F. R. A. Prado5-18/+88
2023-07-25media: mediatek: vcodec: Define address for VDEC_HW_ACTIVENícolas F. R. A. Prado3-5/+6
2023-07-25media: mediatek: vcodec: Improve an error messageDan Carpenter1-2/+2
2023-07-25media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()Dan Carpenter1-6/+3
2023-07-19media: Explicitly include correct DT includesRob Herring5-7/+5
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong1-1/+2
2023-06-09media: mediatek: vcodec: Add dbgfs help functionYunfei Dong1-1/+23
2023-06-09media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong1-0/+2
2023-06-09media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong3-5/+10
2023-06-09media: mediatek: vcodec: Get each instance format typeYunfei Dong2-0/+49
2023-06-09media: mediatek: vcodec: Get each context resolution informationYunfei Dong2-0/+50
2023-06-09media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong3-0/+98
2023-06-09media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong3-3/+33
2023-06-09media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong5-0/+77
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu8-1/+2291
2023-06-09Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab1-0/+3
2023-05-26media: mediatek: vcodec: using empty lat buffer as the last oneYunfei Dong2-15/+28
2023-05-26media: mediatek: vcodec: move core context from device to each instanceYunfei Dong7-46/+26
2023-05-26media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong2-21/+28
2023-05-26media: mediatek: vcodec: Avoid unneeded error loggingYunfei Dong3-3/+3
2023-05-26media: mediatek: vcodec: Only apply 4K frame sizes on decoder formatsPin-yen Lin1-0/+3
2023-05-25media: mediatek: vcodec: support stateless hevc decoderYunfei Dong6-1/+1162
2023-05-25media: mediatek: vcodec: mtk_vcodec_dec_hw: Use devm_pm_runtime_enable()Fei Shao1-18/+8
2023-05-25Revert "media: mediatek: vcodec: Fix bitstream crop information error"Nícolas F. R. A. Prado1-4/+4
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+0
2023-04-15media: mediatek: vcodec: Coverity issues in encoder driverIrui Wang2-5/+13
2023-04-15media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-04-15media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-04-15media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-04-13media: mediatek: vcodec: Remove the setting for dma_maskYong Wu2-11/+0
2023-04-11media: Use of_property_present() for testing DT property presenceRob Herring2-2/+2
2023-04-11media: mtk_vcodec_enc_drv: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-11media: mtk_vcodec_dec_drv: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-10media: mediatek: vcodec: change lat thread decode error conditionYunfei Dong3-4/+6
2023-04-10media: mediatek: vcodec: making sure queue_work successfullyYunfei Dong2-8/+25
2023-04-10media: mediatek: vcodec: remove unused lat_bufYunfei Dong1-3/+15