summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'media/v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds4-27/+20
2026-07-17media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setu...Haoxiang Li1-11/+4
2026-07-17media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setu...Haoxiang Li1-9/+5
2026-07-17media: platform: mtk-mdp3: fix NULL deref on failed SCP lookupJohan Hovold1-0/+5
2026-07-17media: platform: mtk-mdp3: Fix SCP device refcountingGuangshuo Li1-1/+0
2026-07-17media: platform: mtk-mdp3: Change cmdq_pkt_jump_rel() to cmdq_pkt_jump_rel_te...Jason-JH Lin1-1/+1
2026-07-17media: platform: mtk-mdp3: Refactor CMDQ writes for CMDQ API changeJason-JH Lin2-5/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-04media: mtk-jpeg: cancel workqueue on release for supported platforms onlyLouis-Alexis Eyraud1-1/+2
2026-04-17Merge tag 'rpmsg-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-1/+1
2026-04-06media: platform: mtk-mdp3: Constify buffer passed to mdp_vpu_sendmsg()Krzysztof Kozlowski1-1/+1
2026-03-23media: mediatek: vcodec: fix use-after-free in encoder release pathFan Wu1-0/+9
2026-03-23media: mtk-jpeg: fix use-after-free in release path due to uncancelled workFan Wu1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds19-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook19-21/+21
2026-01-13media: mediatek: vcodec: Discard pm_runtime_put() return valueRafael J. Wysocki2-10/+2
2026-01-05media: platform: mtk-mdp3: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-2/+4
2026-01-05media: mediatek: vcodec: Don't try to decode 422/444 VP9Nicolas Dufresne1-0/+6
2026-01-05media: mediatek: vcodec: Implement manual request completionSebastian Fricke3-34/+96
2026-01-05media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()Haoxiang Li1-0/+1
2026-01-05media: mtk-mdp: Fix error handling in probe functionHaoxiang Li1-2/+14
2026-01-05media: mediatek: amend vpu_get_plat_device() documentationJohan Hovold1-2/+1
2026-01-05media: mediatek: vcodec: use = { } instead of memset()Qianfeng Rong4-24/+12
2026-01-05media: mediatek: encoder: Fix uninitialized scalar variable issueIrui Wang1-3/+3
2025-10-20media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()Haoxiang Li1-1/+3
2025-10-20media: platform: mtk-mdp3: fix device leaks at probeJohan Hovold1-0/+14
2025-10-20media: mediatek: vcodec: Use spinlock for context list protection lockChen-Yu Tsai7-20/+28
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart10-22/+25
2025-10-17media: mediatek: vcodec: Use %pe format specifierRicardo Ribalda1-2/+2
2025-10-17media: mediatek: vcodec: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart4-25/+0
2025-10-17media: mediatek: jpeg: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart1-7/+0
2025-09-04media: platform: mtk-mdp3: Add missing MT8188 compatible to comp_dt_idsNícolas F. R. A. Prado1-0/+3
2025-08-29media: platform: mtk-mdp3: don't use %pK through printkThomas Weißschuh2-2/+2
2025-08-13media: mtk: vcodec: Access v4l2_fh from fileJacopo Mondi3-43/+37
2025-08-13media: mtk: mdp3: Access v4l2_fh from fileJacopo Mondi1-12/+7
2025-08-13media: mtk_mdp_m2m: Access v4l2_fh from fileJacopo Mondi1-14/+9
2025-08-13media: mtk: jpeg: Access v4l2_fh from file->private_dataJacopo Mondi1-17/+12
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart5-10/+10
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart5-10/+5
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart7-5/+30
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart1-1/+1
2025-05-15media: mediatek: jpeg: support 34bitsJianhua Lin7-27/+104
2025-05-15media: platform: mtk-mdp3: Remove unused mdp_get_plat_deviceDr. David Alan Gilbert2-21/+0
2025-04-30media: platform: use (t,l)/wxh format for rectangleHans Verkuil2-3/+3
2025-04-24media: mediatek: vcodec: Enable HEVC main still picture decodeNathan Hebert1-2/+0
2025-04-11media: mediatek: vcodec: add description for vsi structYunfei Dong1-2/+3
2025-04-11media: mediatek: vcodec: support extended h264 decodeYunfei Dong2-84/+552
2025-04-11media: mediatek: vcodec: remove vsi operation in common interfaceYunfei Dong1-6/+7
2025-04-11media: mediatek: vcodec: Correct vsi_core framebuffer sizeFei Shao1-1/+1
2025-04-08media: mediatek: vcodec: Remove trailing space after \n newlineColin Ian King1-1/+1