summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/Mauro Carvalho Chehab1-509/+0
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard1-15/+12
2022-01-28media: mtk-vcodec: Get rid of mtk_smi_larb_get/putYong Wu1-2/+0
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong1-3/+7
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong1-0/+8
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong1-1/+16
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong1-2/+3
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong1-3/+3
2022-01-23media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong1-5/+28
2022-01-23media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong1-31/+54
2022-01-23media: mtk-vcodec: Support MT8192Yunfei Dong1-0/+4
2022-01-23media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong1-3/+3
2022-01-23media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong1-8/+1
2022-01-23media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong1-9/+28
2021-11-30media: mtk-vcodec: fix debugging definesDafna Hirschfeld1-3/+0
2021-11-30media: mtk-vcodec: Fix an error handling path in 'mtk_vcodec_probe()'Christophe JAILLET1-0/+2
2021-11-15media: mtk-vcodec: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-09-30media: mtk-vcodec: fix warnings: symbol XXX was not declaredTzung-Bi Shih1-3/+0
2021-09-30media: mtk-vcodec: enable MT8183 decoderYunfei Dong1-0/+5
2021-09-30media: mtk-vcodec: vdec: add media device if using stateless apiYunfei Dong1-2/+39
2021-09-30media: mtk-vcodec: vdec: move stateful ops into their own fileYunfei Dong1-2/+8
2021-09-30media: mtk-vcodec: make flush buffer reusable by encoderAlexandre Courbot1-11/+1
2021-05-10media: mtk-vcodec: fix PM runtime get logicMauro Carvalho Chehab1-1/+3
2020-12-01Merge tag 'v5.10-rc6' into patchworkMauro Carvalho Chehab1-1/+1
2020-11-16media: mtk-vcodec: remove allocated dma_parmsHsin-Yi Wang1-8/+1
2020-11-05media: mtk-vcodec: move firmware implementations into their own filesAlexandre Courbot1-1/+1
2020-09-26media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot1-1/+1
2020-09-26media: mtk-vcodec: add SCP firmware opsYunfei Dong1-0/+3
2020-09-26media: mtk-vcodec: abstract firmware interfaceYunfei Dong1-29/+20
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang1-0/+8
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2020-01-09media: mtk-vcodec: use v4l2_m2m_buffer where appropriateAlexandre Courbot1-1/+1
2019-10-10media: platform: Use devm_platform_ioremap_resource() in two functionsMarkus Elfring1-7/+1
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-0/+5
2019-06-05media: mtk-vcodec: replace GPLv2 with SPDXAlexandre Courbot1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-02-03[media] mtk-vcodec: use V4L2_DEC_CMD_STOP to implement flushTiffany Lin1-0/+14
2016-10-21[media] vcodec: mediatek: fix odd_ptr_err.cocci warningsJulia Lawall1-1/+1
2016-10-21[media] vcodec: mediatek: Add Mediatek V4L2 Video Decoder DriverTiffany Lin1-0/+394