summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek
AgeCommit message (Expand)Author
2023-10-05media: mediatek: vcodec: Fix encoder access NULL pointerIrui Wang
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-08-23media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen
2023-08-10media: mediatek: vcodec: Fix possible invalid memory access for encoderYunfei Dong
2023-08-10media: mediatek: vcodec: Fix possible invalid memory access for decoderYunfei Dong
2023-08-10media: mediatek: vcodec: Add driver to support 10bitMingjia Zhang
2023-08-10media: mediatek: vcodec: separate decoder and encoderYunfei Dong
2023-08-10media: mediatek: vcodec: remove unused include headerYunfei Dong
2023-08-10media: mediatek: vcodec: fix unreasonable parameter definition and styleYunfei Dong
2023-08-10media: mediatek: vcodec: separate struct mtk_vcodec_devYunfei Dong
2023-08-10media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'Yunfei Dong
2023-08-10media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug messageYunfei Dong
2023-08-10media: mediatek: vcodec: remove the dependency of vcodec debug logYunfei Dong
2023-08-10media: mediatek: vcodec: Removing useless debug logYunfei Dong
2023-08-10media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared inte...Yunfei Dong
2023-08-10media: mediatek: vcodec: align fw interfaceYunfei Dong
2023-08-10media: mediatek: vcodec: remove unused parameterYunfei Dong
2023-07-28media: mtk-jpeg: Set platform driver data earlierChen-Yu Tsai
2023-07-27media: mediatek: vcodec: Consider vdecsys presence in reg range checkNícolas F. R. A. Prado
2023-07-25media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()Dan Carpenter
2023-07-25media: mediatek: vcodec: fix potential double freeDan Carpenter
2023-07-25media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang
2023-07-25media: mediatek: vcodec: fix AV1 decode fail for 36bit iovaXiaoyong Lu
2023-07-25media: mediatek: vcodec: Read HW active status from sysconNícolas F. R. A. Prado
2023-07-25media: mediatek: vcodec: Define address for VDEC_HW_ACTIVENícolas F. R. A. Prado
2023-07-25media: mediatek: vcodec: Improve an error messageDan Carpenter
2023-07-25media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()Dan Carpenter
2023-07-25media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang
2023-07-19media: Explicitly include correct DT includesRob Herring
2023-07-19media: mdp3: Fix resource leaks in of_find_device_by_nodeLu Hongfei
2023-07-14media: platform: mdp: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-07-14media: platform: mdp3: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-07-14media: platform: mdp3: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: mediatek: vcodec: fix cancel_work_sync fail with fluster testYunfei Dong
2023-07-14media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann
2023-06-09media: mediatek: vcodec: Add dbgfs help functionYunfei Dong
2023-06-09media: mediatek: vcodec: Add encode to support dbgfsYunfei Dong
2023-06-09media: mediatek: vcodec: Change dbgfs interface to support encodeYunfei Dong
2023-06-09media: mediatek: vcodec: Get each instance format typeYunfei Dong
2023-06-09media: mediatek: vcodec: Get each context resolution informationYunfei Dong
2023-06-09media: mediatek: vcodec: Add a debugfs file to get different useful informationYunfei Dong
2023-06-09media: mediatek: vcodec: Add debug params to control different log levelYunfei Dong
2023-06-09media: mediatek: vcodec: Add debugfs interface to get debug informationYunfei Dong
2023-06-09media: mediatek: vcodec: support stateless AV1 decoderXiaoyong Lu
2023-06-09media: mediatek: vpu: add missing clk_unprepareHans Verkuil
2023-06-09media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil
2023-06-09Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab
2023-05-26media: mediatek: vcodec: using empty lat buffer as the last oneYunfei Dong
2023-05-26media: mediatek: vcodec: move core context from device to each instanceYunfei Dong
2023-05-26media: mediatek: vcodec: using decoder status instead of core work countYunfei Dong