summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mediatek
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-21media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...Jiasheng Jiang1-1/+4
2025-02-21media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warningArnd Bergmann1-1/+5
2025-01-26Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds6-377/+270
2024-12-13media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinlineArnd Bergmann1-1/+2
2024-12-13media: platform: mtk-mdp3: Use cmdq_pkt_create() and cmdq_pkt_destroy()Chun-Kuang Hu2-41/+6
2024-12-13media: platform: mtk-mdp3: Get fine-grain control of cmdq_pkt_finalize()Chun-Kuang Hu3-1/+5
2024-12-13media: platform: mtk-mdp3: Remove mask parameter from MM_REG_POLL macroNícolas F. R. A. Prado2-12/+9
2024-12-13media: platform: mtk-mdp3: Remove mask parameter from MM_REG_WRITE macroNícolas F. R. A. Prado2-300/+239
2024-12-13media: platform: mtk-mdp3: Remove useless variadic arguments from macrosNícolas F. R. A. Prado1-8/+8
2024-12-13media: platform: mtk-mdp3: Use cmdq_pkt_write when no mask is neededNícolas F. R. A. Prado1-4/+2
2024-12-02media: platform: mtk-mdp3: cmdq: Remove duplicated platforms checksMohammed Anees1-16/+6
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil6-14/+0
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König6-6/+6
2024-10-12media: mtk-jpeg: Fix null-ptr-deref during unload moduleGuoqing Jiang2-11/+10
2024-08-28media: mediatek: vcodec: Constify struct vb2_opsChristophe JAILLET2-2/+2
2024-08-28media: mediatek: vcodec: Fix H264 stateless decoder smatch warningYunfei Dong1-2/+7
2024-08-28media: mediatek: vcodec: Fix VP8 stateless decoder smatch warningYunfei Dong1-3/+7
2024-08-28media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warningYunfei Dong1-2/+7
2024-06-20media: platform: mtk-mdp3: Add support for MT8188 MDP3 componentsAngeloGioacchino Del Regno4-0/+285
2024-06-10media: mediatek: vcodec: Alloc DMA memory with DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson1-1/+2
2024-06-10media: mediatek: vcodec: Fix unreasonable data conversionYunfei Dong1-1/+1
2024-06-10media: mediatek: vcodec: Handle invalid decoder vsiIrui Wang1-0/+6
2024-06-10media: mediatek: vcodec: add decoder command to support stateless decoderYunfei Dong1-6/+54
2024-05-16Merge tag 'media/v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds25-84/+102
2024-05-03media: platform: mtk-mdp3: Use refcount_t for job_countRicardo Ribalda4-12/+12
2024-05-03media: mtk-vcodec: potential null pointer deference in SCPFullway Wang1-0/+2
2024-04-27media: mediatek: vcodec: fix possible unbalanced PM counterEugen Hristev3-3/+8
2024-04-26media: mediatek: vcodec: Only free buffer VA that is not NULLFei Shao2-9/+18
2024-04-26media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messagesFei Shao1-2/+3
2024-04-26media: mediatek: vcodec: Drop unnecessary variableFei Shao1-12/+10
2024-04-26media: mediatek: vcodec: Replace dev_name in error stringFei Shao1-2/+2
2024-03-26media: mediatek: vcodec: support 36 bits physical addressYunfei Dong2-3/+3
2024-03-26media: mediatek: vcodec: adding lock to protect encoder context listYunfei Dong4-2/+11
2024-03-26media: mediatek: vcodec: adding lock to protect decoder context listYunfei Dong4-2/+11
2024-03-26media: mediatek: vcodec: Fix oops when HEVC init failsNicolas Dufresne1-1/+1
2024-03-26media: mediatek: vcodec: Handle VP9 superframe bitstream with 8 sub-framesIrui Wang1-5/+6
2024-03-25media: mediatek: vcodec: Replace false function descriptionSebastian Fricke1-4/+7
2024-03-25media: mediatek: vcodec: Improve wording & fix grammatic issuesSebastian Fricke3-3/+3
2024-03-25media: mediatek: vcodec: Fix multiple typosSebastian Fricke15-41/+41
2024-02-28media: mediatek: vcodec: avoid -Wcast-function-type-strict warningArnd Bergmann4-12/+4
2024-02-16media: mediatek: vcodec: Remove unneeded semicolonYang Li1-7/+7