summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek
AgeCommit message (Expand)AuthorFilesLines
2023-08-10media: mediatek: vcodec: Add driver to support 10bitMingjia Zhang3-4/+167
2023-08-10media: mediatek: vcodec: separate decoder and encoderYunfei Dong59-110/+118
2023-08-10media: mediatek: vcodec: remove unused include headerYunfei Dong25-34/+0
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-28media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai1-2/+2
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-25media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
2023-07-19media: Explicitly include correct DT includesRob Herring9-14/+10
2023-07-19media: mdp3: Fix resource leaks in of_find_device_by_nodeLu Hongfei1-0/+2
2023-07-14media: platform: mdp: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-07-14media: platform: mdp3: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-07-14media: platform: mdp3: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong1-1/+2
2023-07-14media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann3-11/+3
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-09media: mediatek: vpu: add missing clk_unprepareHans Verkuil1-0/+1
2023-06-09media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
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: Add common header file with JPEG marker definitionsGeert Uytterhoeven1-11/+6
2023-05-25media: mediatek: vcodec: mtk_vcodec_dec_hw: Use devm_pm_runtime_enable()Fei Shao1-18/+8